Input format setting not being used
jdwfly - November 5, 2009 - 23:38
| Project: | Mime Mail |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have set the input format for mime mail to be the Drupal default Filtered HTML, but my emails are being sent with tags in them.
I am using Simplenews and Mime Mail together for a newsletter and sometimes there is some flash content that is embedded in the node on our website but obviously it should be stripped from the email. The node has Full HTML for its input format.
I can provide other information if needed.

#1
Changed title to better describe issue.
It seems that no matter what I choose on the mime mail settings page for Input Format the actual Input Format used for the email is the one set in the node. Is this how it is supposed to function?
#2
Well even if this is the intended behavior I was able to override it with a theme function, but this only works for HTML mail. If I look at the source of the email I can see that the text portion still has the javascript code (without script tags though). Can this be overridden as well?