Skip to content
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

New user welcome email #5

Open
rjw57 opened this issue Jul 11, 2016 · 0 comments
Open

New user welcome email #5

rjw57 opened this issue Jul 11, 2016 · 0 comments
Milestone

Comments

@rjw57
Copy link
Member

rjw57 commented Jul 11, 2016

A member who is newly added to the database should be sent a welcome email.

We should make use of the Django email sending infrastructure since that will automatically log any sent emails and use the correct "from" address, etc.

It's an open question on whether this should happen when a new member is created (i.e. a model "action") or as a batch process. Maybe having a "Notificiations" model which records when a given member has been notified?

My preference is for the latter and have the "send notification emails" be a separate Django application with an associated management command.

@rjw57 rjw57 added this to the MVP milestone Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant