I'm running FreeBSD 6.3, Drupal 6.10, MySQL 5.0.75, PHP 5.2.8, Apache 2.2.11.

I have the Subscriptions module sending out emails, but none of them have the body content. Here is all I get for email body content. (if viewed as source of course) :

This is a multi-part message in MIME format.

--c3326653d8e8f5f41686ab1f412a716d
Content-Type: multipart/alternative;
    boundary="18a29ae86553782582b82b827ada5500"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

--18a29ae86553782582b82b827ada5500
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: base64

--18a29ae86553782582b82b827ada5500
Content-Type: text/html; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

--18a29ae86553782582b82b827ada5500--

--c3326653d8e8f5f41686ab1f412a716d--

I've checked every setting and cleared every cache I can think of. If anyone has any recommendations, that'd be great.

Comments

salvis’s picture

Category: bug » support

You are doing something (or have installed some module) to get multipart/alternative mails. This is unlikely to work as desired. Restore your default configuration to get text/plain mails, and you should get the data.

gregarios’s picture

Yes... mime_mail module is incompatible. (at least 6.x-1.x-dev is -- no others tested)

Turning off Mime Mail fixed this problem, although I still won't have HTML emails like I'd prefer.

Still looking for a good site newsletter module then...

salvis’s picture

Title: No Email Body Content » No Email Body Content with mime_mail.module
Status: Active » Fixed

Thanks for getting back and letting us know.

Marking the support request as fulfilled.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.