mail($to, $subject, $message, $headers);
the $header is:
From: [email protected] Reply-To: [email protected] Content-Type: text/html; charset=iso-8859-1 X-Mailer: PHP/5.2.5 MIME-Version: 1.0
I built $header
with those line and I changed the order in every way, putting the Mime in the beginning, at the end, moving the from and reply around adding and deleting the X-mailer line. The results are the same. Gmail and yahoo are fine and the email is an empty attachment when set to outlook 2003.
Any thoughts?
sdfor