Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 5 réponses
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par 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!

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (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

Solution choisie

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.

Modifié le par Zenos

more options

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

Thanks!