hbmarar 0 Junior Poster

Hi,

I got a gmail account and i would like to use the SMTP configured to use this account. When i entered the related information, I get the following error:

Warning: fsockopen() [function.fsockopen]: unable to connect to smtp.gmail.com:465 (Connection timed out) in /home/content/e/c/a/eprojects/html/dotproject/classes/libmail.class.php on line 411

Warning: Cannot modify header information - headers already sent by (output started at /home/content/e/c/a/eprojects/html/dotproject/classes/libmail.class.php:411) in /home/content/e/c/a/eprojects/html/dotproject/classes/ui.class.php on line 510

I also tried ports 587 as told in gmail information helps and default 20. It seems does not working still.

From the threads in the dotproject forum, I edited the line 472 - 473
$result = $this->socketSend(".\r\nQUIT");
to
$result = $this->socketSend(".");
$this->socketSend("QUIT");

But still I am stuck at the above mentioend error page when i post task or work logs.Also no emails is received by receipients.

Thanking in advance for the concern and consideration, i remain

Regards

hari