Closed (duplicate)
Project:
Mime Mail
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 22:33 UTC
Updated:
24 Mar 2013 at 11:44 UTC
Using MimeMail with Simplenews (version 6.x-1.0-rc6), with html turned on, some people get the message with a ton of css code in it.
Comments
Comment #1
BMorse commentedIs this just me? No one else has this problem? Maybe it's something to do with the template?
Comment #2
TapSkill commentedNo, MIME Mail is designed to send the CSS along with the message.
I don't like it, either.
Well, you can customize it, like anything else,
but nothing seems to be 100% working for D6. Big annoyance.
Comment #3
mhdg commentedHello,
Because no mail.css file exists in the theme directory, mime mail send the default theme css included in the maessage.
For instance, you coud create a mail.css file as this one:
After that things will be more stable.
Enjoy !
Comment #4
mfbDuplicate of #364198: CSS code in email
Comment #5
jklmnop commentedi had this issue and it was because there was were tags in a comment in the css.
outlook did not like this whatsoever.
Comment #6
ressaThanks @mhdg. After updating to the latest version (7.x-1.0-alpha2), a lot of CSS was included in the message, margins were lost, line height set to nothing etc... Including an empty mail.css, referenced from my themes .info file fixed it.