PHPList AutoTLS Problem

Hey guys,

I’m having a problem with AutoTLS - PHPMailer is forcing it even when I declare PHPMAILER_AUTOTLS as false: define(‘PHPMAILER_AUTOTLS’, ‘false’);

define(“PHPMAILER_SECURE”,‘false’); is also declared in config.php

Thanks in advance. Filipe Craveiro.

Is there a way to force it in PHPMailer?