-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not sending email upon creating new task on 3.4.2 #72
Comments
Hi! I'm not using this plugin right now, but I'll accept a pull request to fix this |
the possible solution is to add something like the following after saving the issue ./lib/scheduled_tasks_checker.rb issue.save!
+ Mailer.deliver_issue_add(issue)
interval = task.interval_number
units = task.interval_units |
This did not help, unfortunately. |
I had the same issue, but found it had to do with the user configuration, not the plugin... |
@cafciel thank you for this clarification. @jperelli I think this issue should be closed P.S. |
Hi! Recently installed new redmine 3.4.2 and your wonderful plugin. And found that after copying of task there is no announcement email. Can you fix it, please? Thank you!
The text was updated successfully, but these errors were encountered: