【问题标题】:Mantis bug tracker don't sent the reset password email?Mantis bug tracker 没有发送重置密码邮件?
【发布时间】:2013-10-16 14:38:54
【问题描述】:

在螳螂错误跟踪器中,当我创建新用户并按下重置密码按钮时,它无法向用户发送重置密码电子邮件!!!!为什么??

或者,是否有任何配置让它发送重置密码电子邮件?

这是我的电子邮件配置:

$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';

【问题讨论】:

  • 它会发送电子邮件吗?
  • 螳螂不能发邮件,什么都没有
  • 那么我建议修改您的问题以反映这一点并发布您的电子邮件配置。

标签: php xampp mantis


【解决方案1】:

这是因为几个星期以来,谷歌要求您使用 SSL。所以将 connection_mode 更改为 ssl 并将端口更改为 465。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-01-24
    • 1970-01-01
    • 2015-11-26
    相关资源
    最近更新 更多