I have an AppleScript that nicely collates information and creates an email message with attachments.
I cannot find a way for the script to set the message format to "Plain Text" which is required by the receiving inbox (rather than the default "Rich Text").
Is there an AppleScript way (or trick) to setting the message format to "Plain Text"?
I found this question while trying to solve exactly this problem. Eventually I came up with the following solution:
Hopefully someone will find this useful, I know I would have several hours ago!
This is tested on Mail versions 7.3 and 12.4. Newer, or older, versions might need different menu titles.
Before the section in your script that creates a message, add this line.
At the very end of the script add this to reset the value
You can use keyboard shortcut ⌘shiftt also to change the message format to
plain text
:Tested in Mail version 12.4