flyclassic22
Technical User
Hi,
I've tried sending email with php, with the following script:
$headers ="From: Webmaster<flydx_007@msn.com>\r\nReply-To: Webmaster<flydx_007@msn.com>";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
mail($emailadd, $subject, $message, $headers);
blablabla
however when i received at hotmail, it was stated as
"This message may be dangerous. ".
"This message has been blocked for your safety. Open message "
I still able to open the email, when i click "open message" has anyone experience this problem? how do i avoid this ? any special headers to include?
I've tried sending email with php, with the following script:
$headers ="From: Webmaster<flydx_007@msn.com>\r\nReply-To: Webmaster<flydx_007@msn.com>";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
mail($emailadd, $subject, $message, $headers);
blablabla
however when i received at hotmail, it was stated as
"This message may be dangerous. ".
"This message has been blocked for your safety. Open message "
I still able to open the email, when i click "open message" has anyone experience this problem? how do i avoid this ? any special headers to include?