我可以使用javascript发送电子邮件 [英] Can I send email using javascript

查看:166
本文介绍了我可以使用javascript发送电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用javascript发送电子邮件?

Is it possible to send emails using just javascript?

推荐答案

使用Webservice 。您可以对该服务进行AJAX调用。 EmailYak 是一个这样的服务(现在是私人测试版)。

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).

编辑:
这仍然是服务器端解决方案,因为实际的电子邮件是从服务器发送的。您只是通过AJAX与服务器通信,并通知它发送电子邮件。

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.

这篇关于我可以使用javascript发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆