PHPMailer 6 by default?

Hi, I noticed that
define(‘USE_PHPMAILER6’, true);
is no longer part of config.php file. Does this mean that PHPMailer 6 is now enabled by default? Or is there somewhere switch between 5 and 6?
It looks like admin/PHPMailer is still needed because if I rename it, the phpList is not working - blank page.

It has never been included in config.php or config_extended.php. You might have put it there yourself.

Yes, I know. So is PHPMailer 6 now enabled by default or do we have to add that line again?

@alex01 Nothing has changed. You need to include that line in config.php.

1 Like