Plain text only mail support?

lalala2017

New Email
Some mailinglists refuse mail which contains any HTML, is it possible to add an option to send pure plain/text mail?
Currently the mail arrives in both plain/text, as well as as HTML.
 

SCRYPTmail

Email Service Provider
Hi Lala,
when you compose message you may click </> on the format tab, that will show you text only version of the email you about to compose. You may remove any HTML tags. Please let me know if it works for you
Sergei
 

lalala2017

New Email
I already used the code view, and removed any HTML tags, it still sends both the plain/text message and the HTML message in one.

It looks like this in the raw mail:
Content-Type: multipart/alternative; boundary=some_number

--some_number
Content-type: text/plain;charset=utf-8

Testing



--some_number
Content-type: text/html;charset=utf-8

Testing



--some_number--
 
Top