Sending html email having JQuery scripts

前端 未结 5 1705
醉话见心
醉话见心 2021-01-12 07:48

I\'m using PHP to send html emails. I\'ve tried to import css files inside the email, and it works fine.



        
5条回答
  •  抹茶落季
    2021-01-12 08:26

    Using Javascript in emails would be a security problem. And something not desirable. If you want send some fancy page to the user, why not send him the link to a page?

提交回复
热议问题