MIME (sending HTML so that it formats correctly in hotmail).
Posted: Tue Nov 21, 2006 12:55 am
JayBird | Please use
It does send the message, and the html code is in the body, but it's not proccesing it as html code. If I forward the message from LYcos mail account to hotmail, it looks proper. I've tried a dozen MIME handler scripts and none of them work for me, mostly because I have no idea what I'm doing. 
JayBird | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]Code: Select all
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$today = date ("l, F jS Y");
$strMessagebody = "$message_body\n";
$mailheaders = "x-mailer:nUTy";
$subject = "url submission";
$mymail = "ricnut@blabla.com";
{mail($mymail,$subject,$strMessagebody,$mailheaders,$headers);}JayBird | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]