You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose using a newsletter provider instead. Handling all those emails will put more load on the system. Storing all those email addresses would mean an increase in security. And sending all those emails can put your server IP very quickly onto all known spam lists out there.
Proposed solution:
provide a form for collecting email address and name
send this data through an api call to your newsletter provider (Sendgrid or Mailchimp)
after gettering new data from MuckRock trigger new newsletter through newsletter provider api
Add an emailer to send the latest updates to users' inboxes
The text was updated successfully, but these errors were encountered: