I have a site with a dark background and when I send the newsletters they arrive illegible. Black on black because the module uses I break down it some site.How can I modify alone background-color of newsletter in #ffffff? What I must insert in the.css? or from some other part to make it become of default white?
Thanks

Comments

Sutharsan’s picture

Project: Simplenews » Mime Mail

Check mime mail settings.
Moving to appropriate issue queue.

sgabe’s picture

Status: Active » Fixed

Place a mail.css file in your theme's directory with the following:

body {
  background-color: #FFFFFF;
}

Further information is in Theming HTML Mail sent through Mime Mail site building guide.

sgabe’s picture

Status: Fixed » Closed (fixed)
Sutharsan’s picture

Category: support » task
Status: Closed (fixed) » Active
Issue tags: +Needs documentation, +Novice

As a minimum this usage of a mail.css in the template directory should be documented in the README.txt file. Additionally a reference to the Mime Mail handbook page could be place in README.txt, the project page or module's help section.

Mime Mail handbook page: http://drupal.org/node/291758 where you also find the mail theming page.

Sutharsan’s picture

Ok, the css part is covered in #614782: Update README.txt and additional documentation but I keep it open for reference to the handbook page.

sgabe’s picture

Status: Active » Closed (fixed)

The CSS style collision is covered in the handbook, furthermore the site style embedding is optional in the latest development snapshot. I think this can be closed now.