This is my header setup at the moment:
Code: Select all
$eol = "\r\n";
$headers .= "From: Calendar <noreply@mydomain.com.com>".$eol;
$headers .= "Reply-To: Calendar <noreply@mydomain.com.com>".$eol;
$headers .= "Return-Path: Calendar <noreply@mydomain.com.com>".$eol;
$headers .= "Message-ID: <".$now."noreply@mydomain.com.com>".$eol;
$headers .= "X-Mailer: PHP v".phpversion().$eol;Any suggestions as to where I'm going wrong?
Regards,