Hi,
Maybe I'm missing something, but after enabling 'Echo', I'm getting such content in my test email:

Not Acceptable
Client browser does not accept the MIME type of the requested page.

What does it means, any idea about what is wrong?

I have among others the following modules installed:
HTML Mail 7.x-2.65
Mail MIME 7.x-2.17
Mail System 7.x-2.34
Emogrifier 7.x-1.18

Thanks for help.
.sahaj

Comments

pillarsdotnet’s picture

Status: Active » Postponed (maintainer needs more info)

The MIME type is coming from your theme. It isn't being produced by any code in Echo. The fix, if any, won't be possible from within the Echo module code.

Try to capture a copy of the raw email source, including all MIME headers. You can use a tool like swaks to send test emails with varying MIME headers until you determine the difference between an email that is accepted and one that is rejected. Then search through your theme code for the offending header.

Or simply switch to a different theme for sending emails.