Add functionality to send email to people based on signup
authorMagnus Hagander <magnus@hagander.net>
Wed, 28 Feb 2018 10:19:58 +0000 (11:19 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 28 Feb 2018 10:24:37 +0000 (11:24 +0100)
commit66a84dc19fd5ba1561811e71030b7298840c5034
treec506c7d033a021510c27c6bbdf4f384ba67745ac
parent566b358fab0e0a9c9f84f31fcd429dd8cf44dd39
Add functionality to send email to people based on signup

This makes it possible both to send to people who have been added to a
signup (for exampe, to announce the signup), but also to people based on
which selections they made in the signup (e.g. yes or no).

It's only possible to pick one specific answer, so if one wants to cover
multiple answers (such as "yes", and "yes with a +1") emails simply have
to be sent more than once.

Emails are delivered as-is, and a note sent to conference organizers. In
particular, they do *not* show up on the dashboard under sent emails.
For things to show up there, the regular email sending must be done.
postgresqleu/confwiki/forms.py
postgresqleu/confwiki/views.py
postgresqleu/urls.py
template/confwiki/signup_admin_edit_form.html
template/confwiki/signup_sendmail_form.html [new file with mode: 0644]