ozanideas
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmail SMTP] SMTP Fail error but all settings in app and google are correct!I have the similar problem
Test mail fails, i did every settings and correct
”
Connection: opening to smtp.gmail.com:587, timeout=300, options=array ( ‘ssl’ => array ( ‘verify_peer’ => false, ‘verify_peer_name’ => false, ‘allow_self_signed’ => true, ),)
Connection: opened
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “220-server.zahiricomics.com ESMTP Exim 4.87 #1 Wed, 14 Dec 2016 10:48:09 -0500 ”
SMTP -> get_lines(): $data is “220-server.zahiricomics.com ESMTP Exim 4.87 #1 Wed, 14 Dec 2016 10:48:09 -0500 ”
SMTP -> get_lines(): $str is “220-We do not authorize the use of this system to transport unsolicited, ”
SMTP -> get_lines(): $data is “220-server.zahiricomics.com ESMTP Exim 4.87 #1 Wed, 14 Dec 2016 10:48:09 -0500 220-We do not authorize the use of this system to transport unsolicited, ”
SMTP -> get_lines(): $str is “220 and/or bulk e-mail.”
SERVER -> CLIENT: 220-server.zahiricomics.com ESMTP Exim 4.87 #1 Wed, 14 Dec 2016 10:48:09 -0500 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
CLIENT -> SERVER: EHLO zahiricomics.com
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]”
SMTP -> get_lines(): $str is “250-SIZE 52428800”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800”
SMTP -> get_lines(): $str is “250-8BITMIME”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME”
SMTP -> get_lines(): $str is “250-PIPELINING”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING”
SMTP -> get_lines(): $str is “250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $str is “250-STARTTLS”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS”
SMTP -> get_lines(): $str is “250 HELP”
SERVER -> CLIENT: 250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS250 HELP
CLIENT -> SERVER: STARTTLS
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “220 TLS go ahead”
SERVER -> CLIENT: 220 TLS go ahead
CLIENT -> SERVER: EHLO zahiricomics.com
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]”
SMTP -> get_lines(): $str is “250-SIZE 52428800”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800”
SMTP -> get_lines(): $str is “250-8BITMIME”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME”
SMTP -> get_lines(): $str is “250-PIPELINING”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING”
SMTP -> get_lines(): $str is “250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $data is “250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $str is “250 HELP”
SERVER -> CLIENT: 250-server.zahiricomics.com Hello server-176.53.84.198.as42926.net [176.53.84.198]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250 HELP
Auth method requested: XOAUTH2
Auth methods available on the server: PLAIN,LOGIN
SMTP Error: Could not authenticate.
CLIENT -> SERVER: QUIT
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “221 server.zahiricomics.com closing connection”
SERVER -> CLIENT: 221 server.zahiricomics.com closing connection
Connection: closed
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting”
Thanks for your help