At least in my case it fixed the smtp configuration page error and enabled me to send emails.
In the file vtigercrm\modules\Emails\class.phpmailer.php go to the line 174:
Change
var $SMTPAuth = false;
to
var $SMTPAuth = true;
After that the config of the outgoing mails didn’t throw any error. Later I changed back this variable, and everything is still working fine.
0 comments:
Post a Comment