"compiled like hotmail" makes no sense. It is how the email client (in this case Hotmail and Yahoo!) handle incoming email messages. If you are not adding the proper header information, you can not expect the client to do what you want.
Do you even know if Yahoo! handles HTML mail correctly? If it does, then you aren't doing the Right Thing when creating the email. Proper Content-Type header info should work. Hotmail may be displaying whatever is in the email body (HTML, in this case), while Yahoo! is treating it as text, since that is the default when no Content-Type is explicitly given. To create more robust emails, look into MIME::Lite, or some such modules. For the web-based email system I wrote, I use MIME::Lite and all is happy. Cheers, Kevin On Tue, May 14, 2002 at 05:54:47PM +0300, messag from ESS ([EMAIL PROTECTED]) said something similar to: > Thanks Alex Read > but it didnt work.and I can;t control on the user broswes. > > NOTE: I want it compiled Like hotmial, the problem with yahoo > > Thanks agian > ================================================= > -- [Writing CGI Applications with Perl - http://perlcgi-book.com] Not a speck of cereal. -- Frank Zappa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]