mjsmith11 / planroom-journal

Weekly Journal Describing Progress on the planroom project.
0 stars 0 forks source link

Research Alternative Approaches to direct SMTP for emailing. #34

Open mjsmith11 opened 5 years ago

mjsmith11 commented 5 years ago

It's taking around 1.5 seconds per email to communicate with the SMTP server to send email. This becomes an issue when there are many addresses. Putting all the addresses in the To field isn't an option because the tokens in the links must be unique so that we know who is accessing the job for storing plans to bid. One potential alternative is mailgun which currently offers 10000 free emails per month.

mjsmith11 commented 5 years ago

An idea could be an aws lambda that does the emailing. planroom-api could offload this work to the lambda to achieve an asynchronous feel.

mjsmith11 commented 5 years ago

If this turns out to use more AWS stuff, investigate Cloud Formation