Problems with SMTP configutation

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
patrick_denessen
TestLink user
Posts: 6
Joined: Tue Jul 15, 2008 2:26 pm

Problems with SMTP configutation

Post by patrick_denessen »

Hello,

I am trying to get the SMTP server configured in Testlink 1.8.0 Beta1
I therefore modified the custom_confi.inc.php with the [SMTP] parameter fields from the config.inc.php

When I try to reset a password of one of my users, the I get the error message SMTP Error: The following recipients failed: email@domain.com

I am using an external SMTP program.

I am running testlink on a ubuntu server V8.04

I believe something is wrong or not configured in ubuntu.

Who can help me?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

1. have you configured email@domain.com in some TL file ?
2. create a php test page to call e-mail functions, to check if is a php problem.
3. check from linux command line, that you can send mails, if not is not a TL problem.
patrick_denessen
TestLink user
Posts: 6
Joined: Tue Jul 15, 2008 2:26 pm

Post by patrick_denessen »

Hi fman,

thanks for your response,

Yes, the SMTP part is being configured in the custom_config.inc.php file.

Could you help me with providing a sample testpage to call the email functions.

What is the linux command to send an email via an external SMTP server?

Thanks
Post Reply