Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How do I view the HTML code of an email I received?

  • 5 wótegrona
  • 3 maju toś ten problem
  • 27 naglědow
  • Slědne wótegrono wót Robertk1

more options

There must be a way to view the HTML code of an email, but I can't find it!

I need this to create a template for outgoing email in my CMS.

Help is appreciated!

There must be a way to view the HTML code of an email, but I can't find it! I need this to create a template for outgoing email in my CMS. Help is appreciated!

Wubrane rozwězanje

Well, that's the simple way, using what is already to hand. You can see everything, which is both good and bad. And usually you need only what is between <body> and </body> - that's not so hard to find is it?

Otherwise you need an HTML source viewer. There are two I know of.

One is built into the Stationery add-on: https://addons.mozilla.org/en-US/thunderbird/addon/stationery/

The other can be found here: https://freeshell.de/~kaosmos/edithtml-en.html

Both are designed to help you when composing an email message, not for dissecting one in your Inbox. So to use these, you'll need to select the message, select Edit As New Message and in the composition window use your chosen add-on to get at its source.

I find both a bit cramped compared with the ctrl+u source view.

I'd suggest that regardless of how you go about accessing the source, you should copy-and-paste it into a competent text editor, such as Notepad++, which understands xml/html and can do syntax highlighting and proper layout for you.

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (5)

more options

Select it, ctrl+u.

more options

What command do I use to VIEW the html code?

By using CTL+U I copy only what is displayed and this does not transfer well.

more options

I see the code, but this includes a lot of extra information. Is there a way to see only the code comprising the email itself or is the only solution to go through and edit the unwanted items out?

more options

Wubrane rozwězanje

Well, that's the simple way, using what is already to hand. You can see everything, which is both good and bad. And usually you need only what is between <body> and </body> - that's not so hard to find is it?

Otherwise you need an HTML source viewer. There are two I know of.

One is built into the Stationery add-on: https://addons.mozilla.org/en-US/thunderbird/addon/stationery/

The other can be found here: https://freeshell.de/~kaosmos/edithtml-en.html

Both are designed to help you when composing an email message, not for dissecting one in your Inbox. So to use these, you'll need to select the message, select Edit As New Message and in the composition window use your chosen add-on to get at its source.

I find both a bit cramped compared with the ctrl+u source view.

I'd suggest that regardless of how you go about accessing the source, you should copy-and-paste it into a competent text editor, such as Notepad++, which understands xml/html and can do syntax highlighting and proper layout for you.

Wót Zenos změnjony

more options

Excellent response .... this is exactly what I needed.

Thanks!