Forums

ASP

This topic is locked

ASP Smart Mailer problems - message encoding (multipart/alternative not multipart/mixed) | base64 en

Posted 06 Dec 2009 01:32:37
1
has voted
06 Dec 2009 01:32:37 Justin Moss posted:
Dear DMXzone,

We've recently discovered that email being sent with ASP Smart Mailer is increasingly being trapped by Spam filters, notably Postini (a Google product with increasing share).

This is a serious issue. The various best practice guides and spam check services point out that the emails composed with Smart Mailer fail in two ways:

1) MIME encoding should be multipart/alternative - emails should contain both a Plain Text Part and an HTML part - ASP Smart Mailer currently only encodes as "multipart/mixed". This is causing Postini and possibly Yahoo to trap our emails. The SpamAssassin flag associated with this is "MIME_HTML_ONLY". Refs: Wikipedia | SendBlaster

2) Base64 encoding unnecessary - according to a variety of online and software - base64 encoding is not required. Accordingly, it triggers a poor rating in the likes of the "FROM_EXCESS_BASE64" spam check field in SpamAssassin, Postini and others.

Would you please indicate how we can:

(a) include a plain text part in our HTML emails? (perhaps using a field maps to a plain text part), and

(b) modify the smartmailer.inc code (or page code) to produce an email encoding other than base64?

Your response would be appreciated greatly.

Regards,
Justin



Replies

Replied 06 Dec 2009 22:13:41
06 Dec 2009 22:13:41 Patrick Julicher replied:
Hi Justin,

Would you be so kind to move your post to one of the Support Forums for the Smart Mailer ASP. That way the Support TEam can be of assistance.

Kind regards, Patrick
Replied 06 Dec 2009 22:37:20
06 Dec 2009 22:37:20 Justin Moss replied:
Issue now located here

(thank you Patrick)

Reply to this topic