PHP Mail
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 . . .
Subject
Written By
Posted
PHP Mail
July 27, 2022 01:21PM
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.