我是Testlink中的管理員用戶。我正在嘗試重置用戶的密碼。當點擊重置密碼按鈕時出現以下信息。 無法完成密碼重置。原因:SMTP錯誤:無法連接到SMTP主機。請讓我知道如何解決這個問題。Testlink- SMTP錯誤:無法連接到SMTP主機
/* [SMTP] */
/**
* @var string SMTP server name or IP address ("localhost" should work in the most cases)
* Configure using custom_config.inc.php
* @uses lib/functions/email_api.php
*/
**$g_smtp_host = '22'; # SMTP server MUST BE configured**
# Configure using custom_config.inc.php
$g_tl_admin_email = '[email protected]'; # for problem/error notification
$g_from_email = '[email protected]'; # email sender
$g_return_path_email = '[email protected]';
SMTP適用於您的Gmail? –
不,它不工作。 – Amirdha
因此,請打開它。 –