公共 SMTP 服务器 - 从本地主机 WAMP PHP 发送电子邮件
我在本地主机中从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的任何 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.