Java scripts not working in html email template

不羁岁月 提交于 2019-12-02 13:19:57

You can't automatically call a web service from an e-mail letter. You have to create an URL for the recipient to open, and let them access the web service from a web page in the browser.

JavaScript, and any other third party communication method for that matter, is disabled in any reasonable e-mail client by security reasons.

Apart from struggling to understand the question, Javascript won't work in most mail clients. Deliberately disabled.

I'm not aware of any email client or web mail service that will execute JavaScript embedded in an HTML email.

Limit HTML use in emails to formatting. If you need an web application, then link to it instead.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!