SMTP服务器之间的电子邮件转发中的身份验证

发布于 2025-01-18 10:48:24 字数 342 浏览 2 评论 0原文

我正在用 PHP 编写一个用于新闻通讯邮件的邮件中继服务器。 该服务器对电子邮件中的所有链接进行编码,以便它们指向随附的网站以进行跟踪(仅点击计数)和重定向。

该邮件中继服务器将作为发送新闻通讯的多个客户的服务运行。 每个客户都有自己的邮件中继服务器凭据。 时事通讯可能会发送给大量收件人。

截至目前,我无法通过我自己的邮件帐户转发所有邮件(会将我的网络托管商列入黑名单)。 这就是为什么我想到自己使用世界各地电子邮件转发所使用的技术将它们转发到收件人的邮件服务器。

我现在的问题是:有没有办法将电子邮件从自己的 SMTP 服务器转发到另一个我没有邮件帐户且无法发送凭据的服务器?

预先感谢您对此的任何帮助和澄清。

I am writing a Mail Relay Server in PHP for Newsletter mailings.
This server encodes all links in the e-mails so that they point to an accompanying website for tracking (click count only) and redirecting.

This Mail Relay Server will run as a service for multiple customers sending Newsletters.
Each customer has it's own credentials for the Mail Relay Server.
The newsletters may go to a great amount of recipients.

As of this, I can't forward all mails through my own mail account (would bring my webhoster on the blacklist).
This is why I thought of forwarding them to the recipients' mail server myself, using the techniques used in e-mail forwarding all around the world.

My question now is: Is there a way to forward e-mails from an own SMTP server to another, for which I don't have a mail account and cannot send credentials?

Thanks in advance for any help and clarification on this.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文