为什么 PHPMailer 需要 SMTP 来发送电子邮件而 postfix 不需要

发布于 2024-10-31 15:59:01 字数 129 浏览 4 评论 0原文

我刚刚安装了 postfix:它无需我进行任何配置即可发送电子邮件。 (我选择无配置 设置)

我能知道为什么 phpmailer 需要有效的 smpt 或中继来发送电子邮件,而 postfix 不需要吗?

谢谢

i just installed postfix: it's sending email without any configuration by me. (I choosed no-config
setup)

Can I know why phpmailer needs a valid smpt or relay to send emails while postfix doens't?

Thanks

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

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

发布评论

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

评论(3

浸婚纱 2024-11-07 15:59:01

postfix 是一个邮件服务器。 phpmailer 是一个与邮件服务器交互的库。

postfix is a mail server. phpmailer is a library to interface with a mail server.

长途伴 2024-11-07 15:59:01

因为 postfix SMTP 服务器。

Because postfix is a SMTP server.

临走之时 2024-11-07 15:59:01

是的,恭喜你,你已经为自己构建了一个开放的中继:)

据我目前在偶然发现他们的文档时所看到的,Phpmailer 需要服务器配置。

我想 Postfix 是一个邮件服务器,它是它下面的一层。

Yes, well congratz, you have build yourself kind of an open relay then:)

Phpmailer needs server config as far as I could for now see when stumbling over their docs.

Postfix is a mail server which would be a layer under this, I suppose.

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