在螳螂错误跟踪器中,当我创建新用户并按下重置密码按钮时,它无法向用户发送重置密码电子邮件!!!!为什么 ??
或者,是否有任何配置使其发送重置密码电子邮件?
这是我的电子邮件配置:
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = 'root';
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_send_reset_password=ON;
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_from_email= 'Waseelac@gmail.com';
$g_smtp_username = 'Waseelac@gmail.com'; //replace it with your gmail address
$g_smtp_password = '******'; //replace it with your gmail password
$g_administrator_email = 'mohammad.hasan@waseela-net.com';