I am doing that but still not getting any fruitful results. On 1/2/07, zoticaic <zoticaicpassion@xxxxxxxxx> wrote:
-- > My Seeding Blog | http://bytes.nullp0inter.com > Hire me as Freelancer | http://www.getafreelancer.com/affiliates/shockx/ > -----Original Message----- > From: Anju Prasad [mailto:anju242k@xxxxxxxxx] > Sent: Tuesday, January 02, 2007 5:13 PM > To: php-general@xxxxxxxxxxxxx > Subject: 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