Closed (fixed)
Project:
User Registration Notification
Version:
6.x-1.9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Sep 2009 at 14:18 UTC
Updated:
5 Apr 2018 at 06:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
miro_dietikermight be in conjunction with:
#581142: truncated mail due to css
Comment #2
miro_dietikerComment #3
sutharsan commentedNo activity, closing the issue. Feel free to re-open if you have more details.
Comment #4
AviadG commentedComment #5
AviadG commentedComment #6
AviadG commentedsubscribing...
Comment #7
sutharsan commentedNote this issue is closed. Therefore it is barely usefull to tag this issue.
Comment #8
parvind87 commentedPlease help me.
When ever user registers to the site(built in drupal) he get the email
Gmail doesn't show full message instead of displays as attached one.
" [Message clipped] View entire message"
Thanks and Regards
Parvind
Comment #9
rmiddle commentedAll I am doing is generating a text message. If you can provide some details about why it is getting clipped I will be happy to fix it.
Thanks
Robert
Comment #10
ealott commentedI think I found the reason messages are getting clipped. Gmail clips long messages. If you look at the source of the email message, it has the entire stylesheet from the theme, and possibly some additional HTML...more than enough for gmail to consider it a long message. It looks as if most of this CSS/HTML is unnecessary for emails.
http://drupal.org/node/631694
It seems gmail clips messages larger than 100 or 102 kb. Disabling the MIME mail module helped for me.
Comment #11
miro_dietikerYou should define an own mail.css.
mimemail will include it and drop all your stylesheets.
Comment #12
AviadG commentedChanging the email the newsletter is being sent from eliminated the clipped message.
Comment #14
juampynr commentedAgree with miro_dietiker, I added a mail.css at the root of my default theme (sites/all/themes/your_theme/mail.css), and it was added to the mail instead of my site css. This made the email not to be clipped anymore.
Comment #15
ashishdalviThanks miro_dietiker and juampy
Mime mail module was including the unnecessary css.
Added the mail.css in THEME and issue got solved.
Comment #16
wirka commented#11 works like a charms, please make sure flush the cache to get the effects.
Comment #17
pratip.ghosh commentedYes #11 works... Thanks a lot.
Comment #18
samuel.mortensonYou can also just set mimemail_sitestyle to 0/FALSE, which will disable the default behavior of including all style sheets when sending mail.
Comment #19
eliasdelatorreHad the same problem.
My mimemail-message.tpl.php file had this on top:
Removing that I got rid of the clipping.
Comment #20
ghadaezzat commentedthanks ,worked for me
Comment #21
manpreet.singh commented@eliasdelatorre Thanks, it works.