Hi
Im sending a single mail to a single client using PHP mail() function and im getting marked as spam =(
Some time ago this script wouldnt give me any problems, maybe its my new host I dont know.
Well this are my usual headers, I'd to know if they are right
$from = 'From: admin@mysite.com' . "\r\n" .
'Reply-To: admin@mysite.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
I think i need a bit of more headers =( so i dont get marked as spam , also, my phpinfo() says that sendmail_from has no value, could this be the problem ??
Greetings ! !