HTML E-mail
-
I am trying to create an e-mail that will display to the recipient as an html/web page. I know how to create the page (meaning only the HTML page) I just don't know how to get it sent. I have heard the mime has to be changed but I don't understand how to do that. I don't know where to start! A
-
I am trying to create an e-mail that will display to the recipient as an html/web page. I know how to create the page (meaning only the HTML page) I just don't know how to get it sent. I have heard the mime has to be changed but I don't understand how to do that. I don't know where to start! A
[NOTE: You posted this in the ASP.NET forum so I am assuming you can use ASP.NET] With ASP.NET sending HTML emails is more than easy. It does all the MIME type rubbish for you with one simple enum setting:
emailMain.BodyFormat = MailFormat.Html;
Tada.Paul Watson
Bluegrass
Cape Town, South AfricaMacbeth muttered: I am in blood / Stepped in so far, that should I wade no more, / Returning were as tedious as go o'er DavidW wrote: You are totally mad. Nice.