-
Notifications
You must be signed in to change notification settings - Fork 2
Add Admin UI for emailing users #16
Copy link
Copy link
Open
Description
Create an admin UI to send mass emails to selected groups of users. The groups should be:
- every email we have
- just people who have submitted a message to us
- just "visitors" (people who gave us their email address in the homepage email box)
- It should also be possible to select a group of any number of recipients manually (with a list of all the emails and checkboxes).
- Once the recipients are selected, admin should be able to write a message and send it.
- Store sent messages
Notes on implementation:
- after saving either a
VisitororMessagefind_or_createanEmailRecipientwith the email address we just got
Reactions are currently unavailable