How to remove HTML from all messages in Mac Mail?

If you prefer to read your mail messages in plain text with no HTML design, effects and attached images, you can go to Mail: Preferences > the Viewing tab > turn off the Display Remote Images In HTML Messages option.

This will trim the remote images from your messages but will not remove the HTML code or the images inserted in them.

To do this, you should:

  • close Mail;
  • start Terminal;
  • execute the following command in Terminal:

 defaults write com.apple.mail PreferPlainText -bool TRUE

To reverse this and enable HTML in your emails again, simply execute this command in Terminal:

 defaults write com.apple.mail PreferPlainText -bool FALSE

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to load an SSH key in Transmit

In order to load an SSH key in Transmit, the key has to be in either PEM or PuTTY (.ppk) format....

How to Connect to Telnet via Mac Terminal

To connect to a server on its Telnet port via your Mac's Terminal application, you need to follow...

Apple/Mac client-side website checks

Prior to posting a website down ticket from your Help Desk it is recommended to test the...

How to log in to my Hostlantern shared account via SSH in Mac OS?

First you should generate an SSH key pair on your Mac OS. Alternatively, you can generate the...

How to log in to my Cloud hosting/VDS via SSH in Mac OS?

The following instructions are valid only for Hostlantern customers. If you are not a Hostlantern...