sfcma / members

1 stars 1 forks source link

Look into ways to send emails without hitting mailgun's limit #63

Open dan-brewster opened 7 years ago

dan-brewster commented 7 years ago

Right now, we're getting very close to hitting the limit of how many emails we can send through mailgun. Unfortunately, we have a daily limit of 400 through their free heroku-based plan, as opposed to 10k/month, through their regular plan. (We'd be fine with 10k/month!)

Some options include: – Combine some recipients on emails, in bcc. Not sure what this would do to spam – I know it's not ideal. – If sending to a group of >100, space out the emails to send not more than 100/day. We'd have to update the UI to reflect this.