Postponed
Project:
Advanced User
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Reporter:
Created:
14 Feb 2007 at 09:52 UTC
Updated:
18 Jun 2012 at 18:21 UTC
Jump to comment: Most recent, Most recent file
Is it possible to send emails in html format?
If not, how can i implement this in the code?
thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Enanble-html-mails_118941.patch | 3.06 KB | -enzo- |
Comments
Comment #1
Anonymous (not verified) commentedI'm not sure if it would be easy or not. The first item of business would be to ensure that drupal_mail API would allow you to hook into it. Any patches would need to be submitted against CVS HEAD tag.
Comment #2
mcurry commentedPossible: yes.
Likely soon: probably not.
I'd love to see this feature. I don't want to re implement the wheel, though. I recall there being a mail api somewhere that can do this, so I'd like to see it done using existing code, if that code works well.
So, if we can integrate easily with this module (or similar), then I support the addition of html mail features:
http://drupal.org/project/mimemail
(Doing my part to stamp out massive duplication of code, one module at a time.)
Comment #3
mcurry commentedPlease take note of the existing mass mailing issues:
http://drupal.org/node/110132
Comment #4
Anonymous (not verified) commentedPostpone to review later.
Comment #5
Anonymous (not verified) commentedComment #6
-enzo- commentedHello folks
I made a patch to add an extra variable to control the format HTML or NOT HTML used to send bulk emails.
If the variable is checked emails will be send using HTML format
Comment #7
Anonymous (not verified) commented@-ENZO-: The patch changes more than allowing HTML email. You'll need to modify the patch to change only the necessary components.
Comment #8
-enzo- commentedHello Earnie
Really, I just add a check in setting and use this check in mail function.
Can you explain me what do you expect I do ?
Regards,
enzo
Comment #9
Anonymous (not verified) commentedThe change to advuser_menu, advuser_admin_account and the removal of advuser_admin_access are unrelated to the addition of html email. Therefore I cannot accept the patch as is. You will need to resubmit the patch changing only the source components that matter to the addition of html email.
Comment #10
Anonymous (not verified) commentedPushing feature request to 7.x version.