Click to See Complete Forum and Search --> : HTML Email


Rik Comery
11-03-2003, 09:02 AM
I have read many articles, explaining how to create HTML emails, but the general jist is to create the email in an HTML editor, then paste it into an email.

My problem is, i wish to create an HTML email on the fly from a web page. eg. results of a form could be sent via email, but tidied up with html. Is there a way of doing this in Javascript?

I know "HTML EMAIL" is the subject of many debates over whether it is a good thing or not, but unfortunately, I don't have a say in the matter on this occassion.

AdamGundry
11-03-2003, 09:58 AM
AFAIK, JS cannot do this, because it requires certain email headers to be set differently to with a plaintext message. You could do it using a server-side language such as PHP, however.

Adam