PHP Swift mailer: Failed to authenticate on SMTP using 2 possible authenticators

前端 未结 13 938
不思量自难忘°
不思量自难忘° 2020-12-14 07:41

When I send an email with the PHP Swift mailer to this server: smtp.exchange.example.com like this:

// Load transport
$this->transport =
    Swift_SmtpTra         


        
相关标签:
13条回答
  • 2020-12-14 08:39

    I tried almost all the possible suggestions mention here but for me problem got solved after changing "Access for less secure apps" to ENABLE in my Google account security settings tab. Hope this might useful for others !

    0 讨论(0)
提交回复
热议问题