[SOLVED] Unable to extract error log while debugging SMTP

@KhaledBey Add this to your config.php file

define(‘PHPMAILER_SMTP_DEBUG’, 2);

Then when composing a campaign send a test email. The debug output is at the top of the page

1 Like