公共 SMTP 服务器 - 从本地主机 WAMP PHP 发送电子邮件

发布于 2024-12-10 02:30:20 字数 155 浏览 0 评论 0原文

我在本地主机中从 PHP 发送电子邮件时遇到问题,我使用 WAMP 和 PHPMailer。我不想在本地主机中安装 SMTP 服务器,所以我的问题是:是否有我可以使用的公共 SMTP 服务器?我只想更改 php.ini 中的 SMTP 值,仅此而已,是吗?有什么要问的吗?

谢谢!

I'm having problems sending an email from PHP in my localhost, I use WAMP and PHPMailer. I don't want to install a SMTP server in the localhost so my question is: is there any public SMTP server that I can use?, I just want to change the SMTP value in the php.ini and no more, is that too much to ask?

Thanks!

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

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

发布评论

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

评论(1

星軌x 2024-12-17 02:30:20

您使用的任何 openrelay SMTP 服务器可能会让您的邮件进入任何正规电子邮件提供商的垃圾邮件文件夹。

如果您有任何邮件帐户(例如 gmail),您可以将 PHPMailer 配置为通过 SMTP 从该帐户发送电子邮件。

Any openrelay SMTP server you use will probably make your mail go to the spam folder of any decent email provider.

If you have any mail account, like gmail, you can configure PHPMailer to send email from that account trough SMTP.

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