52

I need to be able to make HTML custom emails with div tags, formatting, and such, and I need to be able to send it with Outlook 2010.

How is this possible?

Phoenix Logan
  • 1,747
  • 6
  • 22
  • 30

3 Answers3

48

Here is the solution for Outlook 2010/2013, without any plug-in but with Notepad++:

  1. Open Notepad++, create a new file and save it in a temporary folder with a .html extension.
  2. Click on Run > Send via Outlook; this opens a mail with your HTML code.

Beware that not using a .html extension, such as .txt, might create a new email with an attachment, rather than a new HTML formatted message.

Note the following image shows the French language translation of Notepad++. In English use the "Run" menu. Send via outlook

Nicolas Thery
  • 617
  • 1
  • 7
  • 8
17

I'm running Outlook 2007, not 2010, but the instructions here worked for me:

Save the File as an HTML file,

Create a new message in Outlook 07 and go to Insert > and click on the Attach File (Paperclip Icon) Your browser will pop up, When you select the HTML file the INSERT button to the bottom right will activate - but to the right of the button there will be a down arrow, click on that, and you will see two options - INSERT and INSERT AS TEXT - CHOOSE INSERT AS TEXT - and your HTML will appear within the Email box !

Be aware that the HTML Outlook generates is at least as ugly as any of the auto-generated stuff from any Microsoft application.

Nicole Hamilton
  • 9,935
  • 1
  • 21
  • 43
  • 7
    I just tried this in Outlook 2010. But it imported it as plain text, and so the HTML code appeared in the message window instead of the rendered HTML. So it would appear that your trick is specific to 2007. – Stewart May 14 '14 at 17:28
  • I just used it in Outlook 2010 pro and worked like a charm. I saved the file with a `.html` extension. – Hugo Delsing Apr 21 '16 at 07:58
  • This doesn't seem to be available anymore in Outlook 365: > "When you select the HTML file the INSERT button to the bottom right will activate - but to the right of the button there will be a down arrow, click on that, and you will see two options - INSERT and INSERT AS TEXT" – David.P Oct 15 '22 at 08:55
7

You can install HTML Code Editor for Outlook.

http://outlookhtmleditor.codeplex.com/

You can download a installer on download tab. It'll allow you to import HTML file or edit HTML source code of your e-mail.

Won
  • 227
  • 1
  • 2