Can I send email using javascript

后端 未结 6 1781
日久生厌
日久生厌 2021-01-04 09:11

Is it possible to send emails using just javascript?

6条回答
  •  悲&欢浪女
    2021-01-04 09:48

    Yes. Using a Webservice. You can make an AJAX call to the service. EmailYak is one such service (It's in a private beta now).

    EDIT: This is still a server side solution, as the actual email is sent from the server. You are just communicating with a server via AJAX and telling it to send the email.

提交回复
热议问题