发送程序化电子邮件
我希望以编程方式从我的网站发送电子邮件。例如,如果人们注册了他们的电子邮件地址,我想向他们发送电子邮件以确认他们的电子邮件地址。为此,我需要使用电子邮件发送工具并插入 smtp 服务。过去(大约七年前)我使用过 Jmail,但是,我不确定当今最好使用的服务是什么以及垃圾邮件过滤器是如何演变的!
我有三个具体问题:
我使用哪种服务以编程方式发送电子邮件(例如,PhpMail、Jmail 等)重要吗?如果是这样,您会推荐哪些工具?
我应该如何托管这个工具?我计划发送大量电子邮件(数千到数十万)。使用 google-app-engine 邮件服务来执行此操作是否有意义,或者我应该将其托管在我自己的服务器上(例如,拥有自己的 SMTP 服务器)?
- 确保用户收到电子邮件?
谢谢!
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:
Does it matter which service I use to send emails programmatically (e.g., PhpMail, Jmail, etc.)? If so, which tools would you recommend?
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)?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不需要自己的。根据您消息的标签,我假设您正在使用 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/