Showing posts with label vTiger. Show all posts
Showing posts with label vTiger. Show all posts

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

0 comments
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.

VtigerCRM Outgoing Mail Server Settings

0 comments
Following are the configuration details with GMAIL :

Settings > Outgoing Server

Server Name : ssl://smtp.gmail.com:465

Username : your_account@gmail.com

Password : your_account_password

Requires Authentication : Enabled

NOTE :

To use Gmail SMTP, you need to enable SSL Support for PHP

To enable openssl On Windows, uncomment the following line in php.ini

extension=php_openssl.dll

Add the following in httpd.conf:

PhpInIDir – point to php folder

Copy libeay32.dll and ssleay32.dll from php folder to apache/bin folder if you have installed through source.

If you are using vtiger bundled installation without SSL support kindly see this : http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4665