I have problems when try configure the email options.

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
fonsecba
TestLink user
Posts: 2
Joined: Mon Mar 01, 2010 8:46 pm
Location: Argentina

I have problems when try configure the email options.

Post by fonsecba »

I need help, I configure testlink to use whit a gmails's account. When try send a email to user, show me the following message:

PROBLEMS SENDING MAIL TO: user_email@gmail.com
Mailer Error: SMTP Error: Could not connect to SMTP host.

I check this error in events panel the erros is this:
E_WARNING fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to smtp.gmail.com:465 (A connection attempt failed because the connected....

I configure a config.inc.php using the following values:
$g_smtp_host = 'smtp.gmail.com:465';
$g_smtp_username = 'my_email_account'; # user
$g_smtp_password = 'my_email_password';

Can somebody help me? Thanks!
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Remove port in host name.
fonsecba
TestLink user
Posts: 2
Joined: Mon Mar 01, 2010 8:46 pm
Location: Argentina

Post by fonsecba »

I removed port but I have the same error, now with port 25.

E_WARNING fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to smtp.gmail.com:25...

Is there any solution?
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Post by Amaradana »

Please refer the below link

http://www.teamst.org/phpBB2/viewtopic.php?t=1612

change accordingly and let us know if this is not possible for you.

If you get some message please post your email config settings from config.inc.php
Thanks,
TesterWorld
Http://amartester.blogspot.com
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

Problem is not configuration but connection to SMTP server. Not TL issue.
Madalyn
TestLink user
Posts: 2
Joined: Thu Feb 10, 2011 6:23 am

Re: I have problems when try configure the email options.

Post by Madalyn »

Maybe it is in the configuration setting of the email you have. Then it has tendency that the SMTP server has a problem might check it out. However, you can also try search in online by using some search engine like google. There is lots of info that we can use as reference in our problem like this.
My Sports Email
Post Reply