Connection: opening to ssl://smtp-relay.gmail.com:465, timeout=300, options=array()
2020-04-22 08:31:03 Connection: opened
2020-04-22 08:31:04 SERVER -> CLIENT: 220 smtp-relay.gmail.com ESMTP 20sm67105wmo.0 - gsmtp
2020-04-22 08:31:04 CLIENT -> SERVER: EHLO site.com
2020-04-22 08:31:04 SERVER -> CLIENT: 250-smtp-relay.gmail.com at your service, [some_ip]
250-SIZE 157286400
250-8BITMIME
250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
2020-04-22 08:31:04 CLIENT -> SERVER: AUTH LOGIN
2020-04-22 08:31:04 SERVER -> CLIENT: 334
2020-04-22 08:31:04 CLIENT -> SERVER:
2020-04-22 08:31:04 SERVER -> CLIENT: 334
2020-04-22 08:31:04 CLIENT -> SERVER:
2020-04-22 08:31:04 SERVER -> CLIENT: 454 4.7.0 Too many login attempts, please try again later. 20sm67105wmo.0 - gsmtp
2020-04-22 08:31:04 SMTP ERROR: Password command failed: 454 4.7.0 Too many login attempts, please try again later. 20sm67105wmo.0 - gsmtp
2020-04-22 08:31:04 SMTP Error: Could not authenticate.
2020-04-22 08:31:04 CLIENT -> SERVER: QUIT
2020-04-22 08:31:04 SERVER -> CLIENT:
2020-04-22 08:31:04 SMTP ERROR: QUIT command failed:
2020-04-22 08:31:04 Connection: closed
2020-04-22 08:31:04 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
set_fact:
dbPass: "{{ dict.value['MYSQL_DB' + item.index] }}"