Email parameters rejected by TestLink
Posted: Fri Jun 03, 2011 1:42 pm
In TestLink 1.9.2 I get a message that there are security warnings.
In config_check.txt I see:
"Check following parameters of email feature:
tl_admin_email
from_email
return_path_email
smtp_host"
Based on the installation manual, I had specified all these values in custom_config.inc.php, along the lines given below (I have anonymised the e-mail addresses). But for some reason TestLink does not like them. Why might this be? What validation does TestLink do on these parameters?
$g_smtp_host = '192.168.0.200';
$g_tl_admin_email = 'redacted@example.com';
$g_from_email = 'testlink@example.com';
$g_return_path_email = 'redacted@example.com';
In config_check.txt I see:
"Check following parameters of email feature:
tl_admin_email
from_email
return_path_email
smtp_host"
Based on the installation manual, I had specified all these values in custom_config.inc.php, along the lines given below (I have anonymised the e-mail addresses). But for some reason TestLink does not like them. Why might this be? What validation does TestLink do on these parameters?
$g_smtp_host = '192.168.0.200';
$g_tl_admin_email = 'redacted@example.com';
$g_from_email = 'testlink@example.com';
$g_return_path_email = 'redacted@example.com';