Hi, I am trying to send HTML pages using mail() but when its sends the html page to the recipent its sends the page but in HTML code ..how do i tackle this situation..
PLease help..
Naveen
you need to specify the mime type content in the from parameter:
From: you@address.com\r\nContent-Type: text/html
this is the simplest solution
Hi Eden, Do u mean that i have to specify the mime type in the header.. I tried it but it dosent work...