incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

EmailService default should (perhaps) include text message as well as html in order to reduce likelihood of spam. #17

Open danhaywood opened 7 years ago

danhaywood commented 7 years ago

(from Johan.... he has an implementation that he's found, in also including text, ie a "combi" reduces the chance of spam... as per mail headers).

johandoornenbal commented 7 years ago

I found that I could get rid of 1.7 points in spam report (1.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts) by adding text part to the body. See also 1)

apart from setHtmlMsg also use setTextMsg in SomeEmailService#send extending EmailServiceDefault

  1. https://stackoverflow.com/questions/1860937/how-can-i-lower-the-spam-score-of-my-email-message