发送程序化电子邮件

发布于 2024-08-21 17:09:36 字数 435 浏览 5 评论 0原文

我希望以编程方式从我的网站发送电子邮件。例如,如果人们注册了他们的电子邮件地址,我想向他们发送电子邮件以确认他们的电子邮件地址。为此,我需要使用电子邮件发送工具并插入 smtp 服务。过去(大约七年前)我使用过 Jmail,但是,我不确定当今最好使用的服务是什么以及垃圾邮件过滤器是如何演变的!

我有三个具体问题:

  1. 我使用哪种服务以编程方式发送电子邮件(例如,PhpMail、Jmail 等)重要吗?如果是这样,您会推荐哪些工具?

  2. 我应该如何托管这个工具?我计划发送大量电子邮件(数千到数十万)。使用 google-app-engine 邮件服务来执行此操作是否有意义,或者我应该将其托管在我自己的服务器上(例如,拥有自己的 SMTP 服务器)?

  3. 确保用户收到电子邮件?

谢谢!

I'm looking to send email messages programmatically from my websites. For example, if people register their email address, I would like to email them to confirm their email address. To do this I will need to use an email sending tool and plug into an smtp service. In the past (7 or so years ago) I used Jmail, however, I am not sure what are the best services to use today and how spam filters have envolved!

I have three specific questions:

  1. Does it matter which service I use to send emails programmatically (e.g., PhpMail, Jmail, etc.)? If so, which tools would you recommend?

  2. How should I host this tool? I plan on sending a large volume of emails (thousands to hundreds of thousands). Would it make sense to use google-app-engine mail service to do this, or should I just host it on my own server (e.g., have my own SMTP server)?

  3. I don't want my emails to be sent to spam folders, how can I ensure that the emails are received by the users?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他不在意 2024-08-28 17:09:36

不,你不需要自己的。根据您消息的标签,我假设您正在使用 java 并在 Google App Engine 上部署您的应用程序?

http://code.google.com/appengine/docs/java/mail/< /a>

No, you don't need your own. Based on the tags of your message, I'm going to assume you are using java and deploying your app on Google App Engine?

http://code.google.com/appengine/docs/java/mail/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文