Hi,
I would like to send and HTML email content programatically.
Currently, I am using <XBODY> (instead of <BODY>) and I put all html content under that. In yahoo email, all HTML format emails that I see comes within <XBODY> and that is why I used it.
it this the right way to send HTML email content programatically to normal user? will this cause email to go to junk folder?
Is there any standard way to send HTML content in email?