Feature #1375
closedHow do you configure user email updates?
0%
Description
I am running v0.7.1, and things are going smoothly. I have configured the SMTP email settings under [config.action_mailer.smtp_settings] and have no problems. I am receiving automated emails to the "Emission email address" located in Administration->Settings->Email Notifications.
I would like to notify other users of events that take place, but do not see tools to set this up. Is it possible in this version? If so, how?
Thanks
Related issues
Updated by James Turnbull over 16 years ago
I added a global cc function in Ticket #1342 recently. That might address your needs.
Updated by Garth Egbert over 16 years ago
If you have a moment, could you give me a brief idea of what this will do?
My goal is to be able to create project specific mail lists. Will this update address this?
Thank you for your time.
Updated by James Turnbull over 16 years ago
Sure - this simply adds an address or addresses that will be cc'ed everytime a notification is generated. This allows us to send all notifications to a mailing list. It's currently global rather than per project but it wouldn't be too hard to make it project-specific I guess.