Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

Email address improvements #198

Closed dleehr closed 5 years ago

dleehr commented 5 years ago

MB core will have multiple users sending deliveries. Due to the current structure of coming from individual users email addresses, they'd like to have these emails CC'ed to a group account.

dleehr commented 5 years ago

After discussing with @johnbradley, we identified a few pieces to improve

  1. Emails sent should come from a single address (e.g. noreply@datadelivery.genome.duke.edu)
  2. Email template sets should be able to set a reply-to address for emails sent with their templates (e.g. templates for core XYZ could have a reply-to address of corexyz@duke.edu)
  3. Email template sets should be able to provide a CC address for all emails sent with their templates
  4. Emails sent should use that reply-to address as appropriate (e.g. on emails sent to delivery recipients but not on emails sent back to the sender notifying of acceptance)