How to control format of emails
fumbling - June 10, 2009 - 22:33
| Project: | Invite |
| Version: | 6.x-2.0-alpha1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Really appreciate this module, it's solving a number of issues in one swoop. One thing I need some help with. What would be the easiest way to format emails in lieu of an input-fomat-selection section? Do the invite emails simply adopt whatever the default input format is for the site as a whole?

#1
http://drupal.org/project/htmlmail
Works fantastically .. and moreover switches your whole site to use html mail for all outgoing mails... pay close attention to the requirements of mail clients though... so inline style good .. attached css style sheets bad .. also it is good to link all images and not actually include them as attachments.
You can setup a sitewide header and footer for all html mails and use wysiwyg such as fckeditor to create the message body, works a charm .. or you can create the html mail in another app and paste it into the field .. just be sure to use the full html input format.
Good luck!
#2
Thanks, I'll give a try.