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

前端 未结 13 942
不思量自难忘°
不思量自难忘° 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:20

    I faced the same problem and solved it. Try to log in manually to your gmail account first. This issue is due to google has detected your gmail account has been abusing. E.g send a lot of emails over a short period of time.

提交回复
热议问题