Bug: SMTPDebug pollutes AJAX queries
-
Hi,
Postman/Phpmailer/PostsmtpMailer.php::phpmailer_smtp_init()
turns on full debugging for theSMTP
class by setting$mail->SMTPDebug = 3;
, (a value ofSMTP::DEBUG_CONNECTION
).As a result,
SMTP
pollutes AJAX calls if an email is sent during the call – which in turn breaks front end functionalities.In our case, we found that buddypress messaging had become unresponsive. i.e The user hits send and nothing appears to happen, because bp receives a garbled json response containing the SMTP log.
Please fix,
Thanks,
J
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Bug: SMTPDebug pollutes AJAX queries’ is closed to new replies.