guilhermenoronha / redmine_send_mails

2 stars 1 forks source link

After plugin installation, RedmineReceiveEmails - does not send notifications as expected #6

Open arnisjuraga opened 10 years ago

arnisjuraga commented 10 years ago

Without plugin - RedmineSendEmails

/redmine-ri-2.3.3/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com ssl=SSL \
port=993 username=EMAILADDRESS password=PASSWORD move_on_success=done \
move_on_failure=failed project=incomingMAIL unknown_user=create no_permission_check=1 no_account_notice=1 --trace

command receives emails, and sends notifications as expected - based on user profile settings.

We have set settings for users, that they receive ANY notifications only on this project

After plugin installation - these notifications are not sent at all.

Can You fix it? Or You need deeper debugging?

guilhermenoronha commented 10 years ago

I think I'll need to make some integration between these two plugins. Where can I get this plugin for simulations?

arnisjuraga commented 10 years ago

This is not a plugin. This is built-in functionality for Redmine: http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails