Warning: parse_url(http://anonymouse.org/cgi-bin/anon-www.cgi/http://servername:port_number/vtigerservice.php?service=webforms) [function.parse-url]: Unable to parse URL in /home/richcrmn/public_html/a/vtigercrm/Contact/nusoap/lib/nusoap.php on line 1579 Warning: Invalid argument supplied for foreach() in /home/richcrmn/public_html/a/vtigercrm/Contact/nusoap/lib/nusoap.php on line 1580

Here is the  fix!!!

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