I have seen claims that some email services mark emails with javascript as spam. But I have not seen mentioned that any sensible service would just optionally scrub any embedded javascript entirely while leaving html in place. Am I looking in the wrong place or is this feature in fact not yet implemented anywhere?
|
Gmail strips out any content between Most web mail providers and email clients will (or should) do this to prevent against xss (cross-site scripting) attacks. Read more about these here. Therefore there's no point in sending e-mails containing JavaScript (even if it does something useful) because it will almost certainly get blocked when the message is viewed and could contribute towards it getting marked as spam. |
|||
|
|
|
I think Gmail is set up in such a way that javascript embedded in an email will never be executed, hence there's no need to actually remove it. I'm not entirely certain how that works but you can confirm it for yourself by embedding
in an email and emailing it your gmail account - you won't see any popup dialogs when you open the email. |
|||
|
|