1. Try displaying the message first on the browser and see if it renders properly.
2. Try viewing the headers of the actual sent message and check if they are properly transmitted. Sometimes spaces/punctuations or typo errors on header generation wholly disregards our intent on sending HTML type emails. -- > Outsource Now | GetAFreelancer <http://www.getafreelancer.com/affiliates/shockx/> _____ From: Anju Prasad [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 5:26 PM To: zoticaic Cc: php-general@lists.php.net Subject: Re: [PHP] Please help me I am doing that but still not getting any fruitful results. On 1/2/07, zoticaic <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: -- > My Seeding Blog | http://bytes.nullp0inter.com > Hire me as Freelancer | http://www.getafreelancer.com/affiliates/shockx/ > -----Original Message----- > From: Anju Prasad [mailto: [EMAIL PROTECTED] > Sent: Tuesday, January 02, 2007 5:13 PM > To: php-general@lists.php.net > Subject: [PHP] Please help me > > When I send a mail using php using mail(), and using html tags in message > body , these tags are being displayed as it is. > Please let me know if there's any way of how to tackle with this. You need to add some headers that should indicate that the type of mail you are sending is an HTML email. Take this link from our friendly manual and see through Example 4 : Sending HTML Emails http://www.php.net/manual/en/function.mail.php HTH Jervin