Sending mail from javascript

后端 未结 5 898
自闭症患者
自闭症患者 2020-12-21 14:36

I am developing a static website where in i want to send an email when HTML \"Send Button\" is clicked. IF it is possible it would be nice if u can share the code

Th

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-21 15:09

    I'm sorry but just with a static website you can't do it. One imaginable possibility would be make a very complex javascript code to access one webmail account you have, login there and send the email using this account to you. It's theoretically possible, but I've never seen something like it...

提交回复
热议问题