i'm running an email script and that always end up in the spam folder. is there a way to make it go to the inbox?
is it something to do with the headers? these are the headers that i'm using,
is it something to do with the headers? these are the headers that i'm using,
Code:
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= 'From: me<me@myemail.com>';