Closed (duplicate)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 01:49 UTC
Updated:
8 Feb 2009 at 05:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jkm8552 commentedOk so I fixed the problem above by setting the Input Format to "Filtered HTML" under the Admin/Settings/Mimemail page. Both the system emails and newsletter emails send in HTML.
But...
the extra returns added in the body box of the newsletter to separate paragraphs don't appear in the email. Don't know if it's only reading one
tag instead of the two that should be there or what. There are extra returns in the system emails (i.e. "request password" link).
(P.S. I also still need to figure out how to theme the emails and add a header image with the Filtered Format being used. So far the mail.css file I created isn't being called. Arrgh!)
Comment #2
jkm8552 commentedOk figured out the return issue. I installed the FCKeditor module and used changed the "Full HTML" format to not include the Line Break filter. This fixed how it appeared in the emails.
Now on to theming!
Comment #3
alex72rm commentedThe same occurs in 5.x dev branch.
I don't know why, but Full HTML doesn't work in MimeMail (I have disabled FCKEditor for some contact forms, and with "Full HTML" I obtain "n/a" as e-mail body). All is right with "Filtered HTML".
Comment #4
martin.pallmann commentedI'm having the same problem here. Can use FilteredHTML and the system mails are correctly send, but I cannot style the news with inline css, so I have to use FullHTML, but then the system mails are rendered useless. *bummer*
I'm using Drupal 6.4, Mime Mail 6.x-1.x-dev (2008-Sep-21), Simplenews 6.x-1.0-beta5.
Comment #5
black silence commentedsee #363273: What should mimemail do when its default format is forbidden to the mail sender? (current code replaces body with "n/a")
Comment #6
jerdavisFixed in http://drupal.org/node/363273