Email Notifications
Added by Erich Rockman over 14 years ago
I am not getting email notifications as setup in Administration -> Settings -> Email Notifications when getting an imap email from an unknown user. However, I get the notification if the email is sent from a registered user. Is this by design or a bug?
rake redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com port=993 ssl=SSL username=xxx@gmail.com password=xxx unknown_user=create project=unsorted tracker=bug allow_override=project,tracker,priority
Thanks.
Replies (7)
RE: Email Notifications - Added by Sergey Belov over 14 years ago
I think it's feature. I get notification when I sent email to redmine (simply reply to issue alert)
RE: Email Notifications - Added by Erich Rockman over 14 years ago
But are you a registered user in redmine?
What I am trying to implement is:
When an email comes in from a user with an issue, the help desk is notified that an email came in.
This seems only to work when the email comes from a user that is registered. when from an unknown user, the help desk will not be notified.
RE: Email Notifications - Added by Sergey Belov over 14 years ago
If it sent from unknown user then redmine create new issue or doing something with this email?
I did not test it because I don't have unknown users in my installation
RE: Email Notifications - Added by Erich Rockman over 14 years ago
It creates an issue and creates too so that I can see who it was coming from. However, the admin does not get a notification that an issue was created. It can then go unnoticed for a while until the browser is refreshed.
RE: Email Notifications - Added by Sergey Belov over 14 years ago
Sorry, can't help in this issue.
But I don't understand why redmine send me notification if I send email answer to issue. I set in my account - don't send notification to things I update...
RE: Email Notifications - Added by Felix Schäfer over 14 years ago
You can either turn on the mail notifications to full, i.e. you will get a mail for anything happening in any project you are involved in, or check out the new issue alerts plugin, that might also just do it for you.
RE: Email Notifications - Added by Sergey Belov over 14 years ago
I set the "For any event on all my projects" and ticked "I don't want to be notified of changes that I make myself"
So, when I update issue via browser I don't get notification if I do this update. But if I answer to email notification then I get notification with text I have just sent any way...
I think this is error in behavior.