URL: http://<mydomain>/index.cgi?GoAheadAndLogIn=Log%20in
There was an error sending mail from '@<mydomain>' to '<my-email>@outlook.com': no sender
Traceback:
at Bugzilla/Mailer.pm line 179.
Bugzilla::Mailer::MessageToMTA(...) called at Bugzilla/Mailer.pm line 221
Bugzilla::Mailer::send_staged_mail(...) called at Bugzilla/DB.pm line 1248
Bugzilla::DB::bz_commit_transaction(...) called at Bugzilla/Auth/Persist/Cookie.pm line 57
Bugzilla::Auth::Persist::Cookie::persist_login(...) called at Bugzilla/Auth.pm line 157
Bugzilla::Auth::_handle_login_result(...) called at Bugzilla/Auth.pm line 82
Bugzilla::Auth::login(...) called at Bugzilla.pm line 328
Bugzilla::login(...) called at /var/www/html/bugzilla/index.cgi line 21
大家好,我尝试登录Bugzilla服务时遇到此错误,当我尝试生成用于其他应用程序的新API密钥时开始出现此错误。然后,我无法登录该服务。在服务器端,我尝试更改字段“ mailfrom”,“ maintainer”,“ smtp_username”,“ smtp_password”,“ smtp_ssl”,“ smtp_server和“ mail_delivery_method”中的data / params.json值。
我不了解的另一件事是将“发件人”(错误描述中)邮件更改为@,而不是字段“ mailfrom”上的值。
答案 0 :(得分:0)
我知道这很旧,但是我遇到了同样的问题。更改传递方法以在params.json中测试"mail_delivery_method" : "Test",
。这将禁用电子邮件发送,您现在可以登录管理控制台并删除API密钥。完成此操作后,您可以更改电子邮件设置。