VictorBH Posted August 18, 2016 Share Posted August 18, 2016 I have tryed a lot fix this problem, anyone have the same problem and fix? Help Please... SMTP Error Log: Send Email Message 2016-08-18 04:59:52 Connection: opening to smtp.zoho.com:587, timeout=300, options=array ( ) 2016-08-18 04:59:52 Connection: opened 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "" 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "220-vmi81762.contabo.host ESMTP Exim 4.87 #1 Thu, 18 Aug 2016 01:59:52 -0300 " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "220-vmi81762.contabo.host ESMTP Exim 4.87 #1 Thu, 18 Aug 2016 01:59:52 -0300 " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "220-vmi81762.contabo.host ESMTP Exim 4.87 #1 Thu, 18 Aug 2016 01:59:52 -0300 220-We do not authorize the use of this system to transport unsolicited, " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "220 and/or bulk e-mail. " 2016-08-18 04:59:52 SERVER -> CLIENT: 220-vmi81762.contabo.host ESMTP Exim 4.87 #1 Thu, 18 Aug 2016 01:59:52 -0300 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 2016-08-18 04:59:52 CLIENT -> SERVER: EHLO http://www.ncentral.com.br 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "" 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-SIZE 52428800 " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-8BITMIME " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 250-8BITMIME " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-PIPELINING " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-AUTH PLAIN LOGIN " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-AUTH PLAIN LOGIN " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250-STARTTLS " 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS " 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "250 HELP " 2016-08-18 04:59:52 SERVER -> CLIENT: 250-vmi81762.contabo.host Hello ncentral.com.br [80.241.216.239] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP 2016-08-18 04:59:52 CLIENT -> SERVER: STARTTLS 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "" 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "220 TLS go ahead " 2016-08-18 04:59:52 SERVER -> CLIENT: 220 TLS go ahead 2016-08-18 04:59:52 SMTP Error: Could not connect to SMTP host. 2016-08-18 04:59:52 CLIENT -> SERVER: QUIT 2016-08-18 04:59:52 SMTP -> get_lines(): $data is "" 2016-08-18 04:59:52 SMTP -> get_lines(): $str is "221 vmi81762.contabo.host closing connection " 2016-08-18 04:59:52 SERVER -> CLIENT: 221 vmi81762.contabo.host closing connection 2016-08-18 04:59:52 Connection: closed 2016-08-18 04:59:52 SMTP Error: Could not connect to SMTP host. Email Sending Failed - SMTP Error: Could not connect to SMTP host. Email Queue Processing Completed 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted August 19, 2016 Share Posted August 19, 2016 Hello VictorBH, Welcome to the WHMCS Community Forums! Regarding the issue you are facing this is likely caused by the AutoTLS setting in phpmailer. To resolve this issue you'll simply need to edit the file located at /vendor/phpmailer/phpmailer/class.phpmailer.php in your WHMCS installations and change the $SMTPAutoTLS value to false. Please remember to take a backup of the file before making any changes. 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted August 19, 2016 Share Posted August 19, 2016 VictorBH, Chris This is a host related issues (Server Configuration). He should contact his host to advice him. Many hosts have disabled the PHP Mail for security reasons. Try SMTP 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.