Subject: | Option to remove script code |
I am using this module to send a web page as a newsletter. However, both
Google (Gmail) and Yahoo does flag the generated email as spam because
it includes javascript code. This javascript code in the html file is
used for statistics (statcounter) so it's no option for me to remove the
code from the original html file. Therefore an option in MIME-Lite-HTML
to remove all script code would be nice. Like:
$gabarit=~s/<script\s+[^>]*?>[\s\S]*?</script\s*>//iegmx;