I am getting an error "MIME type is not supported by the server" while sending mail in HTML format.
if you wanna enable HTML mail,
type like this:
mail("mye-mail", "hi there", "bye", "from:your-email\nContent-type:text/html");
keypoint: "Content-type:text/html"
And if I want to send an attached file with this mail?