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?
|
|
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. |
|||||||
|
|
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. |
||||
|
|
|
You can actually work around this if you're using a browser with a developer tool that allows you to edit the page's DOM (source), like Chrome, or Firefox with firebug. If you're using Chrome, you compose a new email in Gmail, type in some a dummy text, select it, and right click in the email body and select 'inspect element' . Highlight the dummy text, right click and select 'edit as HTML'. Paste in your HTML. When you send your email it should send your edited HTML (provided you done anything too crazy that Gmail prevents). |
|||
|
|
Open a text editor. Paste your HTML into it, and save the file with a .html extension. Open that file in your web browser. Select and copy the contents of that page. Paste into your email. |
|||
|
|
protected by Community♦ May 9 at 18:37
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.