Is JavaScript supported in an email message?

前端 未结 10 935
太阳男子
太阳男子 2020-11-22 14:37

Is JavaScript supported in an email message?

相关标签:
10条回答
  • 2020-11-22 15:09

    http://en.wikipedia.org/wiki/Comparison_of_e-mail_clients

    Old clients, such as Lotus Notes, Mozilla Thunderbird, Outlook Express, and Windows Live Mail all seem to have supported some sort of JavaScript execution. Nothing else does.

    It seems like a bad idea security-wise, so I would expect this to be a feature that won't always be around, even in these clients.

    0 讨论(0)
  • 2020-11-22 15:12

    You aren't going to get executable JavaScript onto a server and into a mail client. But emails DO support links, you can always link to your content within an email.

    0 讨论(0)
  • 2020-11-22 15:15

    For most mail clients, no.

    0 讨论(0)
  • 2020-11-22 15:15

    It may be, but mail clients won't read it & mail servers may reject it. So leave it out.

    0 讨论(0)
提交回复
热议问题