Closed (duplicate)
Project:
HTML Mail
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2012 at 11:53 UTC
Updated:
10 Dec 2014 at 05:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
znerol commentedThis behaviour is caused because mailsystem version 7.x-3.x does not load
mailsystem.html_to_text.incautomatically on each and every page request usinghook_init. Attached is a patch forhtmlmailtaking this change into account by selecting and loading the appropriate include file only if necessary.Comment #2
znerol commentedActually this is duplicate of #1692966: Incompatible with latest MailSystem code but I favour this solution.
Comment #3
Knuffie commentedThank you sooooo much for this solution!!!
I was trying for days to get my email working from my drupal site.
This patch was the answer to my problem.
Comment #4
shaneonabike commentedI reviewed and tested this and it worked great!
Comment #5
robcarr+1 - rolled patch #1 against HTML Mail 7.x-2.65 (can't see a DEV release)
Comment #6
shaneonabike commentedCan we roll this into the latest release so we don't have to keep patching the module?
Comment #7
dgtlmoon commentedthis is ugly bug, tested against current, please commit it and make a new version ASAP
Comment #8
duaelfrTake care of this patch as "enhancedtextmail" is a submodule of mailsystem proposed in a patch but without any evolution for a year.
More, this patch tries to load the file mailsystem.html_to_text.inc which does not exist.
I suggest you to rely on #1692966: Incompatible with latest MailSystem code for the moment.
Comment #9
jacob.embree commentedMarking as a duplicate of #1692966: Incompatible with latest MailSystem code.
Comment #10
jacob.embree commented