Skip to:
ref:https://groups.google.com/forum/#!topic/idempiere/l9NZTgkggCk
Hello,
Some users reported emails considered as spam.Those 2 rules :
MPART_ALT_DIFF
MIME_HTML_ONLY
are not respected and I can see a TODO in EMail.java which seems linked to the issue
TODO: get plan text form html, i see getMessageCRLF just return empty string
It has been added through : https://idempiere.atlassian.net/browse/IDEMPIERE-2132
, (as it is you who done the patch) or anyone else : any idea/tip for fixing it ?
I also got a TO_NO_BRKTS_HTML_IMG error, but it seems related to the email signature, need to look further.
Thanks,
Regards,
Nicolas
hi Nope I didn’t make any progress on that issue.
hi did you find solution ? we have similar spamming at requests responses. nb
need to get plain text from m_messageHTML and add a MimeBodyPart for the plain text
ref:https://groups.google.com/forum/#!topic/idempiere/l9NZTgkggCk
Hello,
Some users reported emails considered as spam.
Those 2 rules :
MPART_ALT_DIFF
MIME_HTML_ONLY
are not respected and I can see a TODO in EMail.java which seems linked to the issue
TODO: get plan text form html, i see getMessageCRLF just return empty string
It has been added through : https://idempiere.atlassian.net/browse/IDEMPIERE-2132
, (as it is you who done the patch) or anyone else : any idea/tip for fixing it ?
I also got a TO_NO_BRKTS_HTML_IMG error, but it seems related to the email signature, need to look further.
Thanks,
Regards,
Nicolas