Feature #7734
As a user, I want to configure when I receive recurring e-mail notifications
Related issues
Associated revisions
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>
(cherry picked from commit 3a36bdf6179cfb3207af623584c021addb674ffb)
History
#1
Updated by Stephen Benjamin over 7 years ago
- Related to Tracker #7585: Mail notifications tracker added
#2
Updated by Shlomi Zadok over 7 years ago
- Target version set to 1.7.2
#3
Updated by Ohad Levy over 7 years ago
- Target version deleted (
1.7.2) - Legacy Backlogs Release (now unused) set to 21
#4
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.2
- Pull request https://github.com/theforeman/foreman/pull/1856 added
- Pull request deleted (
)
#5
Updated by Dominic Cleal over 7 years ago
- Legacy Backlogs Release (now unused) deleted (
21)
#6
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3a36bdf6179cfb3207af623584c021addb674ffb.
#7
Updated by Dominic Cleal over 7 years ago
- Assignee set to Stephen Benjamin
- Legacy Backlogs Release (now unused) set to 21
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>