The module provides core system and Rules actions to send HTML e-mails, however the messages are sent directly by calling mimemail(), instead properly prepared by drupal_mail() first, so the messages would go through the alter hooks.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | mimemail_1090286_02.patch | 2.58 KB | sgabe |
| #2 | mimemail_1090286_01.patch | 9.69 KB | sgabe |
Comments
Comment #1
tstackhouse commentedSubscribing.
Comment #2
sgabe commentedInitial patch to fix this issue, needs review and some more testing.
Comment #3
sgabe commentedCorrecting title
Comment #4
itserich commentedI tried to install the patch and was unable to apply the patch. My attempt to apply the patch failed, perhaps someone could help me apply it. I have only successfully patched once before.
Also, the latest mimemail dev version is April 17 so not sure it should still apply correctly.
I already had the mimemail dev module installed. So I went to the mimemail directory and:
then:
The error message is:
Thank you.
Comment #5
sgabe commentedThe patch is committed and will be in the development snapshot soon. Please report back if you encounter any problems.
Comment #6
itserich commentedThank you.
Comment #7
sgabe commentedPatch committed to remove the unnecessary settings process function and fix sending HTML message to a role action.