Swiftmailer SMTP Hotmail不起作用

时间:2013-02-01 14:54:08

标签: smtp pear swiftmailer hotmail

我尝试用Swiftmailer发送电子邮件。但它不起作用...... 这就是我试过的:

$transport = Swift_SmtpTransport::newInstance('smtp.life.com', 25)
->setUsername('olivier-zwat@hotmail.be')
->setPassword('the correct pasword');

我找不到解决这个问题的解决方案...... * BTW我是荷兰人! ; - )

2 个答案:

答案 0 :(得分:1)

  

530 5.7.0必须先发出STARTTLS命令

您需要将SwiftMailer配置为通过STARTTLS使用SSL连接。从版本4.1.3开始支持它。

答案 1 :(得分:0)

我认为你应该将'smtp。生活 .com'更改为'smtp。 live .com'。