Hello all, [snip] $subject="Welcome"; $from = "MIME-Version: 1.0\r\n"; $from .= "Content-type: text/html; charset=iso-8859-1\r\n"; $from .= "From: <[EMAIL PROTECTED]>\r\n"; $subject="Welcome";
mail($mailid,$subject,$message1,$from); But I am not able to send the message. Eve n I checked mail return type. It is also working well. But I am not recieveing mail. Any ideas? -Murugesan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php