Symfony 4-使用ionos发送邮件

时间:2019-05-30 11:28:19

标签: php symfony swiftmailer

几个小时以来,我无法使用Symfony 4发送邮件。目前,我托管在IONOS上,希望通过主机中的电子邮件发送电子邮件。 Symfony向我发送以下错误:

  

未捕获的PHP异常Swift_TransportException:“无法与主机localhost建立连接[连接超时#110]。

我希望直接发送电子邮件,所以我对swiftmailer.yaml

的内容发表了评论
#swiftmailer:
    # ...
    # spool: { type: memory }

#.env
    # APP_ENV=prod
    # MAILER_URL=smtp://imap.ionos.fr:993?encryption=ssl&auth_mode=login&username=mail&password=passwordmail


#Controller
    # $message = (new \Swift_Message('Youpi Email'))
    # ->setFrom(mail)
    # ->setTo('mail@gmail.com')
    # ->setBody($params['message'],'text/plain')
    # $this->get('mailer')->send($message);

IONOS电子邮件配置在这里:

Mail configuration IONOS

非常感谢您的回复!

0 个答案:

没有答案