Can we send email from static html page?

后端 未结 4 1972
孤独总比滥情好
孤独总比滥情好 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 20:01

    You can't do this with pure static HTML. You'll need to use some sort of server side scripting, via an embedded language like PHP/Python/Perl/Ruby/etc., or a CGI handoff to a custom executable.

提交回复
热议问题