Content types
Thecontent array contains the body of your email. Each entry is a {type, value} object, where type is a
MIME content type and value is the body for that type.
When you supply more than one entry, MailChannels encodes the message as multipart/alternative.
Plain text and HTML
Every message that includes atext/html part should include a text/plain part as well, with the plain text part first.
Supported MIME types
The following types are generally readable in most email clients:text/plaintext/htmltext/richtexttext/css
When multiple parts are present, the rendered body orders them as
text/plain, then text/html, then any other types.Prohibited MIME types
The following types are blocked because they are frequently associated with malware delivery. Including them incontent returns an error:
application/x-msdownloadapplication/vnd.ms-htmlhelpapplication/java-archiveapplication/x-shapplication/x-shellscript
Other MIME types may be blocked from time to time when our abuse-prevention systems detect ongoing abuse involving
that type.

