gpt4 book ai didi

php - HostGator 不会通过 PHP SwiftMail API 发送邮件

转载 作者:可可西里 更新时间:2023-11-01 13:34:58 25 4
gpt4 key购买 nike

SwiftMail API for PHP 无法在 HostGator 上运行是否有原因?他们的技术支持说使用 mail() 命令,到端口 25 的套接字连接不会像他们的共享主机计划那样工作。我提示说,当你在谷歌上搜索如何使用 mail() 发送附件时,人们告诉你使用 SwiftMail。 我需要通过电子邮件发送文件附件。

我的代码在 A2Hosting 上运行良好,但在 HostGator 上运行不正常。在 API 中,我在端口 25 上发送到本地主机,不使用身份验证,不使用 SSL,并使用此主机上确实存在的有效电子邮件地址(假装它是 example.com)-- noreply@example.com。

我得到的错误是:

Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:25 (Connection refused) in /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Transport/StreamBuffer.php on line 243

Fatal error: Uncaught exception 'Swift_TransportException' with message 'Connection could not be established with host localhost [Connection refused #111]' in /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Transport/StreamBuffer.php:245 Stack trace: #0 /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Transport/StreamBuffer.php(80): Swift_Transport_StreamBuffer->_establishSocketConnection() #1 /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Transport/AbstractSmtpTransport.php(111): Swift_Transport_StreamBuffer->initialize(Array) #2 /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Mailer.php(84): Swift_Transport_AbstractSmtpTransport->start() #3 /home/user/public_html/mywebsite/mailer.php(34): Swift_Mailer->send(Object(Swift_Message)) #4 /home/user/public_html/mywebsite/mailer.php(146): Mailer->sendMail() #5 {main} thrown in /home/user/public_html/mywebsite/addons/swiftmail-4.0.3/lib/classes/Swift/Transport/StreamBuffer.php on line 245

如果您已获得 SwiftMail API 以在 HostGator 上运行,请分享您所做的。

最佳答案

您可以尝试使用 Swift_MailTransport 而不是 Swift_SmtpTransport,后者将在后台使用 native mail() 调用。

我没有使用 HostGator 的经验,但如果他们的支持说系统允许通过 mail() 发送,这应该可以正常工作。

关于php - HostGator 不会通过 PHP SwiftMail API 发送邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7170607/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com