SMTP debugging
Posted: Wed Sep 04, 2019 8:11 am
Hello
We have an issue with sudden smtp failures.
I am trying to enable some debug in the phpmailer/class.smtp.php however I dont seem to be able to get the debug level to increase.
When testing then the error message remains
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/ ... leshooting (method=smtp;host=smtp.office365.com;port=587;smtpauth=true;security=tls), Referer: admin/testemail.php
I have tried adding public $SMTPDebug = 4; into the file without any changes. I have tried adjusting the $do_debug = self::xxx to various values and even attempted to change the constants.
Any ideas on how we can get some more information of why the connection is failing?
The account credentials were verified to work.
We have an issue with sudden smtp failures.
I am trying to enable some debug in the phpmailer/class.smtp.php however I dont seem to be able to get the debug level to increase.
When testing then the error message remains
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/ ... leshooting (method=smtp;host=smtp.office365.com;port=587;smtpauth=true;security=tls), Referer: admin/testemail.php
I have tried adding public $SMTPDebug = 4; into the file without any changes. I have tried adjusting the $do_debug = self::xxx to various values and even attempted to change the constants.
Any ideas on how we can get some more information of why the connection is failing?
The account credentials were verified to work.