There was an error sending email from "bugzilla-daemon" to "[email protected]": no sender
Asked Answered
B

4

10

I'd like to research about bugzilla. So I use bugzilla-5.0 to setup my bugzilla in local VM. But When I tried to create a bug or comment something in bugzilla. It noticed that: There was an error sending email from "bugzilla-daemon" to "[email protected]": no sender.

Although I configured mail_delivery_methos is "Sendmail" in Administrator/Email/mail_delivery_method and mailfrom is "bugzilla-daemon". But It was failed.

Does anybody have any idea for that problem?

Boylan answered 20/7, 2015 at 4:53 Comment(2)
Could you post the relevant entries from your MTA/SMTP server log files?Syrupy
I am having the same issue. I was wondering if you have solved it?Absolution
F
7

It started working for me when I changed the sender from "bugzilla-daemon" to a fully qualified address (eg [email protected]).

Freetown answered 4/9, 2015 at 6:26 Comment(0)
S
6

Bugzilla 5.0.2 in centos
Had same issue, but got solved by following steps

1. locate 'params.json'.
In my case @ '/var/www/html/bugzilla/data/params.json'.

2. find and change to,
"mail_delivery_method" : "SMTP",
"mailfrom" :"mail-id given while install",
"maintainer" : "mail-id given while install"

DONE

Salable answered 9/5, 2016 at 16:47 Comment(0)
G
5

Through administrator menu, select Parameters, 'Email'. Change input field for'mailfrom' to a valid email-address.

Goddart answered 24/11, 2015 at 6:18 Comment(1)
This is proper way than hacking files.Akkad
A
2

I have change following and it was successfull make following field blanlk

'mail_delivery_method' => '',

and add (this fileds may be blank initialy)

'smtp_password' => 'your password'

'smtp_username' => 'admin email'

Asphyxiant answered 5/12, 2016 at 10:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.