Closed (outdated)
Project:
HTML Mail
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jun 2011 at 04:30 UTC
Updated:
29 Sep 2020 at 20:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Seph commentedFYI....I tried uninstalling 7.x-2.25 and installing 2.24 and still had the same problem. I tried sending a test email through HTML mail in both versions and got the same error message.
Comment #2
pillarsdotnet commentedWeird. I can't reproduce on my setup. Can you please send or upload a copy of your phpinfo page? If you don't have one already, you may create one by making a phpinfo.php file with the following contents:
phpinfo();Also, try the attached patch / module and see if it fixes your problem.
Comment #3
Seph commentedI applied the patch and I no longer get the error message and I can send the test emails no problem. The only thing is my images are not showing up on my cell phone. This happened before and you fixed it in Emogrifier at http://drupal.org/node/1176386.
I also tried the module you uploaded and same thing. I can send now no problem but no images on cell phone.
I am going to send you the test email again and my php info file.
Seph
Comment #4
pillarsdotnet commentedAgain, you have quote-marks around your urls.
style='background-image:url("http://www.intl-alchemical.org/sites/default/files/images/header_top_separator.gif");'should be
style='background-image:url(http://www.intl-alchemical.org/sites/default/files/images/header_top_separator.gif);'Only this time it's an inline style, not part of a style sheet.
Comment #5
pillarsdotnet commentedComment #6
Seph commentedJust upgraded Emogrifier and Mailmime. Images still not working. Sent u another test.
Gonna email u my email template also.
Comment #7
pillarsdotnet commentedTo really troubleshoot this properly I'll also need a copy of your theme.
Comment #8
Seph commentedSent
Comment #9
pillarsdotnet commentedAt some point this became an HTML Mail bug rather than a Mail System bug.
Comment #10
Seph commentedOk...just let me know what to patch or upgrade.
Comment #11
Seph commentedWould reverting to a previous version of HTML Mail be a an interim/temporary solution?
Comment #12
pillarsdotnet commentedMy hunch is that it's a configuration error, but I haven't had time yet to fully research it.
Comment #13
Seph commentedWould it be a good idea for me to revert to an earlier version of HTML mail where it worked until u have a chance to research and correct this?
Comment #14
pillarsdotnet commentedBy all means, do what is necessary to get your website up and running. You've provided ample data for me to research the problem. I apologize that I haven't yet found time to act on it yet.
Comment #15
pillarsdotnet commentedComment #16
Seph commentedFYI.....I just upgraded to HTML Mail 7.x-2.60 and reconfigured my post-filter exactly as you suggested in your documentation, and I'm still having the same issue.
Comment #17
Seph commentedI just tried reverting back to HTML Mail version 2.55 and it didn't work. I'm still not able to see any images in the email on my cell phone.
Comment #18
pillarsdotnet commentedMay I ask what model is your cell phone?
Comment #19
Seph commentedIt's an iPhone. Also sent to a friend's Blackberry and had the same results. Haven't sent to an Android based phone yet to check it.
Comment #20
pillarsdotnet commentedGood enough. I'm really swamped right now with another project and will troubleshoot your particular issue just as soon as I can.
Comment #21
Seph commentedJust checking in to see what the status was. I haven't been able to get it working.
Comment #22
Seph commentedI never got the inline images to work on my iPhone. I just updated everything to the following and it's still not working. I had hoped with the updates it would have been taken care of. Also..since I upgraded, the formatting of the body that is in my template is not being followed.
HTML Mail
7.x-2.61
Mail System
7.x-2.30
Mail MIME
7.x-2.15
Comment #23
salvis