尽管输入了正确的凭据但超时

时间:2019-07-08 14:34:30

标签: symfony email swiftmailer

没有从规定的电子邮件发送电子邮件。 我有时会在日志中收到此错误:

app.ERROR: Exception occurred while flushing email queue: Connection to edi161.nazwa.pl:465 Timed Out []

我不得不提到凭据是正确的。还要粘贴我的参数和配置

config:

    transport: '%mailer_transport%'
    host: '%mailer_host%'
    port: '%mailer_port%'
    username: '%mailer_user%'
    password: '%mailer_password%'
    spool: { type: memory }
    logging: true
   # delivery_addresses: ['']

参数:

mailer_transport: smtp
    mailer_port: 465 
    mailer_host: myhost
    mailer_user: myuser
    mailer_password: mypw

我被困住了,请帮助我

1 个答案:

答案 0 :(得分:0)

问题出在连接和/或主机/端口/用户名/密码中。请检查电子邮件提供商的凭据,并检查是否可以通过其他程序(例如Outlook或其他电子邮件客户端)连接到电子邮件服务器。

另一件事可能是计算机上的连接属性和防火墙,并且可能阻止了与该主机的连接。