Tuesday 11 December 2018

smtp codeigniter gmail error

I am sorry I keep coming back with this issue. I checked my account and it’s fine( signed on no captcha) and still nothing. It still returns this to me:



220 mx.google.com ESMTP d13sm702743fka.52



hello: 250-mx.google.com at your service, [82.128.53.160]
250-SIZE 35651584
250-8BITMIME

250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250 PIPELINING
Failed to authenticate password. Error: 454 4.7.0 Cannot authenticate due to temporary system problem. Try again later. d13sm702743fka.52



from: 530-5.5.1 Authentication Required. Learn more at
530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 d13sm702743fka.52
The following SMTP error was encountered: 530-5.5.1 Authentication Required.



i saw a post somewhere in my googling that php mail() does not do smtp with google mail well, is that true? if so I looked at the wiki on phpmailer and swiftmailer and the writeup is scanty, so any ideas on what to do? possibly with links or tips…. ANYTHING PLEASE!!!

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...