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 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 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 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.
One question: Can you use ASP.NET?
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.
-
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 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.
You have to add this in the email header: Content-Type: text/html; charset=us-ascii You probably send with Content-Type: text/plain; charset=us-ascii ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
-
You have to add this in the email header: Content-Type: text/html; charset=us-ascii You probably send with Content-Type: text/plain; charset=us-ascii ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
Where is this added?
-
Where is this added?
maybe this can help.... http://www.asp101.com/samples/email\_html.asp luck, Jon X-ZD Designs