[SOLVED NOT TL ISSUE] Testlink - configuration email
Posted: Wed Apr 25, 2012 7:12 am
config fiel -->config.inc.php
eg:
$g_smtp_host = 'mail.123.com'; # SMTP server MUST BE configured
$g_tl_admin_email = 'annie@123.com'; # for problem/error notification
$g_from_email = 'annie@123.com'; # email sender
$g_return_path_email = 'annie@123.com';
$g_mail_priority = 5;
#$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
define ("SMTP_SEND",2);
$g_phpMailer_method = SMTP_SEND;
$g_smtp_username = 'annie@123'; # user
$g_smtp_password = 'happy'; # password
Reset the password: SMTP Error: Could not connect to SMTP host.
Why is this?????????
eg:
$g_smtp_host = 'mail.123.com'; # SMTP server MUST BE configured
$g_tl_admin_email = 'annie@123.com'; # for problem/error notification
$g_from_email = 'annie@123.com'; # email sender
$g_return_path_email = 'annie@123.com';
$g_mail_priority = 5;
#$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
define ("SMTP_SEND",2);
$g_phpMailer_method = SMTP_SEND;
$g_smtp_username = 'annie@123'; # user
$g_smtp_password = 'happy'; # password
Reset the password: SMTP Error: Could not connect to SMTP host.
Why is this?????????