Project

General

Profile

no mail notification on imap-mail created issue : rake problem ?

Added by Jérôme Bousquié over 14 years ago

Hello,

I have Redmine 0.8.7 running on ubuntu 8.40 with Rails 2.3.4 et ruby 1.8.6.
Redmine sends and receives mails without any problem. It is set up to create issues via email and this functionality runs well too. It's configured as an imap client.
My problem is :
given an user (authorized to submit issues to my project), email notifications are sent to the project members (they are set up to be notified) if the issue is created in the web interface. If the same user sends a mail to create an issue, the issue is created but no notification are sent to the project members (even if there is an automatic assignation by category on this issue).

On issue creation, the notification seems not to be working with the rake redmine:email:receive_imap (set up with async_imap).
Nothing is visible in the log about some email sending after having commented the paramater config.action_mailer.logger = nil in the configuration)

I remember I used to use rdm-mailhandler in my previous organisation and it used to notify the project members on email issue creation ...

Any idea ? does rake redmine:email:receive_imap and rdm-mailhandler behave differently about the issue management ?

thanks