发送忘记密码电子邮件

发布于 2024-09-01 07:45:51 字数 338 浏览 3 评论 0原文

我正在构建一项具有“忘记密码”功能的服务。除此之外,当我的服务准备好结果时,它还会向用户发送电子邮件。

我想确保电子邮件的送达,因此我四处寻找可以让我发送电子邮件的服务。

到目前为止,我所能找到的都是需要用户选择加入列表的服务。

换句话说,我一直无法找到任何可以让我向个人用户发送自定义消息的方法。

我目前正在使用 swiftmailer for php,但真的很想找到一项服务来执行此操作...有人知道吗?

Edit1:并不是我不喜欢 swiftmailer,而是我想确保我的电子邮件不会被垃圾邮件过滤器阻止。此外,依赖已经具有阿特伍德在那篇文章中讨论的内容设置的服务会更容易。

I am building a service that will have a 'forgot my password' feature. In addition to that, it will also email users when results are ready from my service.

I would like to ensure delivery of my emails so I was looking around to find a service that would let me send emails.

All that I've been able to find so far are services that require a user to opt-in to a list.

In other words, I've been unable to find any that will let me send customized messages to individual users.

I am currently using swiftmailer for php but would really like to find a service to do this...Anyone know of one?

Edit1: It's not that I don't like swiftmailer but more that I want to make sure I do not have my emails end up getting blocked by spam filters. Also, it would be easier to rely on a service that already has the stuff setup that Atwood talked about in that article.

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

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

发布评论

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

评论(1

孤寂小茶 2024-09-08 07:45:51

我使用的一个非常低容量解决方案,我所说的低容量,是指每天不到二十封,是设置一个 GMail 帐户并从该帐户发送消息。为此有很多非常简单的编程解决方案。只需 Google 搜索“php gmail send”即可选择!

A very low volume solution that I use, and by low volume, I mean under twenty pieces per day, is to setup a GMail account and send your messages from that account. There are plenty of very simple programmatic solutions for this. Just Google for "php gmail send" and take your pick!

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