How do I send email with JavaScript without opening the mail client?

后端 未结 7 1845
遇见更好的自我
遇见更好的自我 2020-12-03 10:26

I\'m writing a HTML page with a registration button that should just silently send an email without opening the local mail client. Here is my HTML:

7条回答
  •  情话喂你
    2020-12-03 11:17

    You need to do it directly on a server. But a better way is using PHP. I have heard that PHP has a special code that can send e-mail directly without opening the mail client.

提交回复
热议问题