First, thanks for this terrific module!
I swear I've spent a ton of time trolling through the forums, reading documentation, etc....because I'm pretty darned sure this is an easy thing.
For some reason the html tags are being included with the email confirmations (and email broadcasts) from the signup module.
I'm using the CCK module, and have tried using the text only editor in the admin tool, to no avail.
Here's what is the email received by a registrant:
=====
<p>Dear ,</p><p>Thank you for registering for Healthy Eating for City
of Boston Employees, you'll be glad you did! Look forward to
seeing you on Mon, Mar 24th, 12:00 PM, please let me know if you have any
questions!</p><p>Warm Regards,<br />Peg</p><p> </p><p> </p>
=====
Similar formatting issues w/ the Signup Broadcast email formatting.
I just upgraded to 5.2.4 from 5.1.x, issue was similar on both v's.
Any help would be greatly appreciated!
Comments
Comment #1
Rosamunda commentedSuscribing.
Comment #2
FreeFox commentedI had the same problem. In my case it was the combination of two things:
- FCKeditor (I guess any WYSIWYG editor will do the same)
- Site mail settings set to Text mail only
When the site is put in "Send mail as text only" and you use a html editor to edit the text blocks in the Signup settings you get this effect. I disabled the FCKeditor for these fields to show the normal textarea fields in text format. I cleaned up the code and ... it all was ok.
Hope this helps.
Comment #3
Anonymous (not verified) commentedDid you try installing the MIME email module?
It is used to send any outgoing mail in HTML.
http://drupal.org/project/mimemail
I haven´t tested both modules at the same time but it should be fine.
Michael
Comment #4
dwwSounds like yet another problem from rich text editors being too aggressive and assuming that every text area will eventually be an HTML context. If you use a WYSIWYG on your site, you need to configure it to leave these fields alone, since signup always sends plain text emails.