I have done a fair bit of searching but can't seem to find an answer.
I would like bugzilla to work so that if I reply (using my email
client) to a bugmail message the reply I make is posted as a new
comment to the bug in question.
Can anybody help with this?
Thanks in advance
Greg
You need to enable the incoming email interface. It's only supported in
new versions of Bugzilla (check the docs for the appropriate value of
'new').
Gerv
Thanks, but I wasn't able to find out anything in the bugzilla docs
which helped. I found these two links:
http://landfill.bugzilla.org/csodocs/email_int/email_interface.html
(this page 5.14 doesn't seem to be in the latest version of the
documentation here http://www.bugzilla.org/docs/4.0/en/html/ (I am
using 4.0). Does that mean this information is not valid for 4.0?)
http://www.bugzilla.org/docs/3.0/html/api/email_in.html
(I couldn't follow this and seems to be something for 3.0 rather than
4.0)
Can anybody explain further?
Thanks again
Greg
You're looking for http://www.bugzilla.org/docs/4.0/en/html/api/email_in.html
Note that this doesn't tell you how the mail you are sending gets to the
email_in.pl script. Setting this up will depend on what type of mail server
you're using and what OS your bugzilla instance is running on.
Emmanuel
Hi Greg,
Here it is, although it's not easy to find:
http://www.bugzilla.org/docs/4.0/en/html/api/email_in.html
Sorry about that :-|
Gerv
(I would like to make it really easy for users to reply (using their
email client) to a bugmail message and for the reply to be posted as a
new comment to the bug in question.)
Can you give me some more guidance?
Thanks
Greg
As the page says, to do this, you need to send the contents of the email to the
email_in.pl script. There's really no way we can tell how to do this because it
depends on what mail server you're using and how easy it allows you to pipe
email to an extrenal command.
Emmanuel