Proca.Service.SES (proca v3.4.1)
This module lets you send bulk emails via AWS SES.
We use bulk emails for crazy throughput!
For bulk emails you must use templates. We can either create them for each batch and then remove, or we can maintain them somehow in AWS (by a hash?), but there is a limit of them, so some sort of GC would have to be done.
We also use the local db mustache templates - then we do not use the bulk send.
Link to this section Summary
Functions
Warning. The bulk template api is very limited
Link to this section Functions
Link to this function
deliver(emails, org)
Warning. The bulk template api is very limited:
- single sender
- no headers (no reply-to!)
Link to this function
supporters_to_recipients(supporters)
Link to this function