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 `Visitor` or `Message` `find_or_create` an `EmailRecipient` with the email address we just got
Create an admin UI to send mass emails to selected groups of users. The groups should be:
Notes on implementation:
VisitororMessagefind_or_createanEmailRecipientwith the email address we just got