I would like to send an HTML Newsletter from my Gmail account. I have the raw HTML, but how can I paste it into the editor, so Gmail will recognize it as HTML? Is this even possible?

link|improve this question

75% accept rate
feedback

3 Answers

up vote 11 down vote accepted

Gmail doesn't support it out of the box. The only possibility is using some software like Thunderbird and send the mail via SMTP to your mail-account.

link|improve this answer
Thanks for the clarification. – miku Jul 14 '10 at 15:04
feedback

If you copy and paste the source code, you will get the source code in your email, but if you copy and paste what you see in your browser, you will get a (mostly) acceptable rendition of your original HTML.

You just have to make sure that you are using the "rich formatting" mode.

The big downside is that you cannot ever (as far as I can see) edit the source code directly, and the built-in editor is rather limited.

link|improve this answer
Thank you very much. – miku Jul 14 '10 at 15:04
feedback

Opera e-mail client can "paste HTML" as a standard option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.