Possible Duplicate:
Sending HTML email from PHP
I need to send an html mail using the php mailto()
function. I have the mail.html(which is the body of the mail i need to send) in the same folder where I have kept the mailing script. I want the content of the html content in the body of the mail and not as an attachment. How can I do it? Thanks in advance.