Can we send email from static html page?

后端 未结 4 1977
孤独总比滥情好
孤独总比滥情好 2021-01-21 19:01

I have created one html static inquiry form and i want to write a code on submit action in which when we click on submit, One email will send on my account.

How can i wr

4条回答
  •  耶瑟儿~
    2021-01-21 19:55

    Only HTTP(S) URIs are safe for use in form actions. You need a server side process to send email (even if it is an externally hosted, third party service). Attempts to do this purely client side are too unreliable to use.

提交回复
热议问题