i believe there should be some kind of header info stating that the content type is html. i think hotmail just displays it nomatter what, but most mail browsers won't.
-----Original Message----- From: messag from ESS [mailto:[EMAIL PROTECTED]] Sent: 14 May 2002 14:29 To: [EMAIL PROTECTED] Subject: yahoo mail did't compile HTML mail hi all I konw you havn't much time then I will begain directly Probem is: 1- I make a program to send a mail. 2- I send an HTML mail normaly to yahoo and hotmail. 3- The hotmail compile it and display as a web bage. 4- The yahoo did't compile it and display the HTML source !. Needed: 1- why yahoo mail did not compile it. 2- solve of this problem, or a way to solve it. ------- START source----------------------------------- My source is:open(MAIL,"|$mailp -t"); print MAIL "To: $email\n"; print MAIL "From: $wemail\n"; print MAIL "Subject: $subject\n\n"; print MAIL "$contents\n"; close (MAIL); ------- END source----------------------------------- THANKS FOR YOUR HELP _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]