MySQL Forums
Forum List  »  PHP

PHP Mail
Posted by: Parker Shannon
Date: July 27, 2022 01:21PM

I cobbled an email script together and it's been running fine, but all of a sudden Gmail and AOL mail are dumping my stuff into spam folders.

These are my headers:

$headers .= "From: <Parker@database39.com>" . "\r\n";
$headers .= "Reply-To: <Parker@database39.com>\r\n";
$headers .= "Return-Path: <Parker@database39.com>\r\n";
$headers .= "X-Priority: 3\r\n";
$headers .= "X-Mailer: PHP". phpversion(7.4) ."\r\n" ;

Is there any code that can get around those damned filters.

I'm grateful for your wisdom . . .

Options: ReplyQuote


Subject
Written By
Posted
PHP Mail
July 27, 2022 01:21PM
July 27, 2022 02:59PM
July 28, 2022 02:55AM
July 28, 2022 11:53AM
July 29, 2022 06:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.