How can i send html templates via email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
B.Murali Krishna
Forum Commoner
Posts: 28
Joined: Fri May 12, 2006 2:05 am
Location: Hyderabad,India
Contact:

How can i send html templates via email

Post by B.Murali Krishna »

Hello,
I have a problem with sending email, which contains html loot, but i am getting mail with html tags all those things, how can i get html view in mail. Please help me

Regards
Murali
Programmer
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Send the Content-Type header as "text/html"
Post Reply