Can I use HTML5 to send a client-side email?

前端 未结 6 1255
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 19:35

I want to send an email in HTML5. I don\'t want to force the user to open a mail client, I want to send the email directly from the web page.

On a side note, is ther

6条回答
  •  时光说笑
    2020-12-01 20:30

    You can't do it purely through client side code.

    You can do it with a server callback, AJAX.

提交回复
热议问题