Hi all, I have a (Drupal 6) site I provide support for which is having issues with outgoing email messaging.
3 modules route email through Drupal's default mail module - Drupal's default mail filter is set to plain text - messaging (with simple mail enabled). Notifies users of new / altered content - templates set for plain text (works fine) - mass contact - Allows admins to bulk contact user base. filter setting is HTML - overrides default Drupal filter (works fine) contact form - Allows contact between users and members without divulging email addresses. Body content of message set to HTML, but routes through default Drupal mail filter and is sent as plain text (resulting in HTML code in a plain text email) It seems like I have 2 options: 1. Set default mail filter to HTML and risk breaking the notifications 2. Switch contact form body to plain text and leave filter as-is Does anyone have an idea of how I can get the contact form messages through as HTML without potentially breaking the notifications? Regards, Paul Bennett MoveForward - Web Development for Design Companies http://www.moveforward.co.nz Ph. 06 308 9722 Mob. 027 255 8495 Skype: bennettpr -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
