Closed (duplicate)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2008 at 05:00 UTC
Updated:
9 Apr 2015 at 20:18 UTC
Jump to comment: Most recent
Comments
Comment #1
theorichel commentedI have this problem with E-commerce. All my buyers get a blank email. Have not tried yet to delete MimeMail.
Comment #2
theorichel commentedAddition to the last message: have tried the above solution. Does not work, still blank emails sent. Is there something I can change in the database to remedy this?
Comment #3
likewhoa commentedsame issue here, glad it's only on new sites and I haven't found a solution for it. using drupal 6.6 here.
Update: I can confirm with docken that deleting the MimeMail module folder fixes the blank email issue, so this is an issue with MimeMail itself.
Update: I found the problem with blank emails, it has to do with Input Format "Full HTML" and MimeMail, you need to set "Filtered HTML" in admin/settings/mimemail, This is still consider a bug and should be resolved, but atleast the bug is with Input Format "Full HTML".
hope this helps others resolve this issue.
Comment #4
theorichel commentedIn Mimemail there is no such setting (not in Drupal 5 anyway). I have set the default input format to Filtered HTML in /admin/settings/filters . I suppose that is what you mean. Will try now.
Thanks so far.
Comment #5
likewhoa commentedtry the development version of minemail which is what I am using and maybe you'll have the option to set the default input format for HTML emails.
Comment #6
theorichel commentedI will thank you, since my filter change had no effect whatsoever
Comment #7
theorichel commentedOh I understand now: this new version does not offer anything new, certainly not a 'Filtered html' option. There is a setting 'Use mime mail for all messages' which has been there all along and has always been checked in my case. I suppose that is what you referred to, but you mentioned 'Input formats' so that is where I went looking and that is indeed where the term 'Filtered html is used'. Problem still alive and kicking.
Comment #8
likewhoa commentedHere is a screenshot of what I am talking about..
http://omploader.org/vd3lr
Hope this clarifies things.
Comment #9
jerdavisThis was resolved as part of http://drupal.org/node/363273 - there was an issue with the check_markup() call where if the user in question did not have privileges for the selected input format, the body of the message would be replaced with 'n/a'.
Comment #10
asak commentedI'm trying the latest dev snapshot but still get blank emails. i don't get the 'n/a' which was talked about - i just get a blank mail we both filters (Filtered and Full). When i set mimemail to override my own settings and send plain text only emails - i get the emails with no problem.
I will investigate some more... but it's worth mentioning that this isn't yet fixed.
Comment #11
asak commentedOk my bad.. seems mail are now working correctly but due to causes beyond my understanding the mails cannot be seen correctly using webmail such as RoundCube. they do appear correctly when using Outlook or Thunderbird.
Anyway this was marked as a duplicate so never mind...
Comment #12
asak commentedAnd i keep hitting this problem on every site... it's frustrating...
Just tried latest dev - still problems.
Empty mails... now i can get a whole of CSS in the mail... but still not a nice good HTML mail...
(Just sharing...)
Comment #13
kenorb commentedIf your mails are blank even after uninstalling Mimemail, see this: #456260: WSOD: smtp_library variable is not removed when mimemail has been disabled
Comment #14
Zod_42 commentedI'm getting this same issue with 7.x1.0-beta3. Switching to Filtered HTML didn't help.