How can I edit the HTML source code of an email in Outlook 2010 without any add-ins?

44

8

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

Posted 2013-01-14T23:18:44.437

Reputation: 1 307

Answers

40

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

Posted 2013-01-14T23:18:44.437

Reputation: 538

1This is beautiful. – Phoenix Logan – 2015-12-22T20:45:15.370

1Wow! Absolutely love this solution! – mabho – 2015-12-24T15:39:38.817

4Execution (Fr) = Run (Eng) – JohnnyBizzle – 2016-01-13T09:00:08.857

thank you @JohnnyBizzle for english helping, Altough submenu is in english, main menu remains in french ... – Nicolas Thery – 2016-01-15T13:17:33.600

1

OK well this sucks. They completely removed this options from notepad++. What a shame. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3579#issuecomment-488686697

– Arvo Bowen – 2019-10-02T18:57:51.363

weird, I still have it and according to the version info my build is from Jan 12th, 2020 – deherch – 2020-01-29T16:12:15.357

16

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

Posted 2013-01-14T23:18:44.437

Reputation: 8 987

I just used it in Outlook 2010 pro and worked like a charm. I saved the file with a .html extension. – Hugo Delsing – 2016-04-21T07:58:30.807

7I 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 – 2014-05-14T17:28:37.787

6

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.

Minime

Posted 2013-01-14T23:18:44.437

Reputation: 207

Pressing "Edit HTML Source" on the Advanced tab crashes my Outlook 2010. – SlimShaggy – 2015-07-01T10:24:31.297

2This crash on OutLook 2013 :( – Alireza Fattahi – 2015-08-04T07:34:55.503

1This extension is handy. It basically automates Nicole's suggestion, and allows you to edit the HTML without re-importing. – Big McLargeHuge – 2014-02-18T22:59:06.040