wp_mail headers
-
The code below works but not when i uncomment the From line. $fromEmail is a valid email.
Is this my ISP? Is this the latest version of wordpress? (clamping down on “spoofing”). It dosent mention it in the release stuff for 461
$headers = “MIME-Version: 1.0” . “\r\n”;
$headers .= “Content-type:text/html;charset=UTF-8” . “\r\n”;
// $headers .= ‘From: $fromEmail’ . “\r\n”;
$m = str_replace(chr(10),”<br/>”,$m);
$s = “IC : “.$s;
wp_mail($e,$s,$m,$headers);Any help apreciated….
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_mail headers’ is closed to new replies.