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.

Comments

jdwfly’s picture

Title: Input filter not striping script tags » Input format setting not being used

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?

jdwfly’s picture

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?

jdwfly’s picture

Status: Active » Closed (fixed)

Closing...