SMTP Error and SMTP connect() failed.
-
Can somebody help me?
Tried everything but this is the error that i get.Followed all the steps on the troubleshooting…
Connection: opening to smtp.gmail.com:25, timeout=300, options=array ()
Connection: opened
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “220-server.spindsx.com ESMTP Exim 4.87 #1 Wed, 12 Oct 2016 23:36:36 +0200 ”
SMTP -> get_lines(): $data is “220-server.spindsx.com ESMTP Exim 4.87 #1 Wed, 12 Oct 2016 23:36:36 +0200 ”
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.spindsx.com ESMTP Exim 4.87 #1 Wed, 12 Oct 2016 23:36:36 +0200 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.spindsx.com ESMTP Exim 4.87 #1 Wed, 12 Oct 2016 23:36:36 +0200 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
CLIENT -> SERVER: EHLO mojonutrition.nl
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]”
SMTP -> get_lines(): $str is “250-SIZE 52428800”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]250-SIZE 52428800”
SMTP -> get_lines(): $str is “250-8BITMIME”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]250-SIZE 52428800250-8BITMIME”
SMTP -> get_lines(): $str is “250-PIPELINING”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]250-SIZE 52428800250-8BITMIME250-PIPELINING”
SMTP -> get_lines(): $str is “250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN”
SMTP -> get_lines(): $str is “250-STARTTLS”
SMTP -> get_lines(): $data is “250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS”
SMTP -> get_lines(): $str is “250 HELP”
SERVER -> CLIENT: 250-server.spindsx.com Hello server.spindsx.com [31.186.175.68]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
SMTP Error: Could not connect to SMTP host.
CLIENT -> SERVER: QUIT
SMTP -> get_lines(): $data is “”
SMTP -> get_lines(): $str is “221 server.spindsx.com closing connection”
SERVER -> CLIENT: 221 server.spindsx.com closing connection
Connection: closed
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
The topic ‘SMTP Error and SMTP connect() failed.’ is closed to new replies.