PHP SwiftMailer Telus电子邮件连接错误

时间:2016-05-05 19:51:21

标签: php swiftmailer webmail

使用Swift邮件我试过使用gmail,它运行正常。 但不与telus合作。

我的信息如下。

SMTP
Server: webmail.washtech.ca
Port:   25
SSL:    No

我已经写了如下连接线。

Swift_SmtpTransport::newInstance('webmail.washtech.ca', 25)

我在页面上收到以下错误。

  

致命错误:未捕获的异常' Swift_TransportException'同   消息'无法与主机建立连接   webmail.washtech.ca [连接被拒绝#111]'在   swiftmailer-5.x / lib / classes / Swift / Transport / StreamBuffer.php:269 Stack   追踪:#0   swiftmailer-5.x的/ LIB /类/夫特/运输/ StreamBuffer.php(62):   Swift_Transport_StreamBuffer-> _establishSocketConnection()#1   swiftmailer-5.x的/ LIB /类/夫特/运输/ AbstractSmtpTransport.php(113):   Swift_Transport_StreamBuffer-> initialize(Array)#2   swiftmailer-5.x的/ LIB /类/夫特/ Mailer.php(79):   Swift_Transport_AbstractSmtpTransport-> start()#3 phpmailer.php(40):   Swift_Mailer-> send(Object(Swift_Message))#4 home.php(16):   send_email('',' $ email_address','','','标题',&# 39;测试.in   swiftmailer-5.x / lib / classes / Swift / Transport / StreamBuffer.php在线   269

你能告诉我我可以在代码中改变什么吗?

1 个答案:

答案 0 :(得分:0)

您正在尝试使用smtp连接到Webmail客户端 - 这不起作用。

请问washtech.ca的管理员,如果他们提供smtp,你可以试试mail.washtech.ca。