Opened 15 years ago
Last modified 10 years ago
#2 new enhancement
Fix email notifications
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
Add hooks for email notifications on all actions, using a database table to see who to spam.
Optionally, allow users to request notifications on certain actions
Change History (7)
comment:1 by , 15 years ago
Priority: | major → critical |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
(In [416]) /trunk
Update mailNotify to use new table notify to decide who to spam
with notices on various events. See #2.
- existing notification calls updated. Still need to move calls into IPDB.pm's subs
- IPDB.pm and MyIPDB.pm updated with new semiglobal vars for org name, SMTP host, domain. Will add others as needed so MyIPDB.pm can be moved to /etc/ipdb/ (see #17).
Internal allocation types will need to be rearranged somewhat to
make full use of the flexibility possible. See #20.
comment:5 by , 14 years ago
comment:6 by , 14 years ago
comment:7 by , 10 years ago
Priority: | critical → minor |
---|
Still need to move the notify call into core subs in IPDB.pm; currently notifications are only sent by IPDB.pm callers. May need to add a flag in the call for eg the RPC API to prevent mail notices.
(In [408]) /branches/stable