Closed (fixed)
Project:
Subscriptions
Version:
6.x-1.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2009 at 23:14 UTC
Updated:
4 May 2009 at 20:50 UTC
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
Comment #1
salvisYou 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.
Comment #2
gregarios commentedYes... 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...
Comment #3
salvisThanks for getting back and letting us know.
Marking the support request as fulfilled.