OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
This is the current method used on OurBigBook.com. They currenly offer pay as you go mailing at 1$ / 10,000 emails sent, which feels reasonable.
OURBIGBOOK_SEND_EMAIL=ses \
    OURBIGBOOK_SEND_EMAIL_SES_REGION=us-east-1 \
    OURBIGBOOK_SEND_EMAIL_SES_USERNAME=access-key \
    OURBIGBOOK_SEND_EMAIL_SES_API_KEY=secret-access-key \
    npm run dev
The initial setup is slightly annoying as you have to write to support for them to enable your account, much like other AWS products, but once that is done we managed to get it working fine.
Announced at:

Ancestors (6)

  1. OurBigBook Web email sending with
  2. OurBigBook Web email sending
  3. OurBigBook Web deployment
  4. OurBigBook Web development
  5. OurBigBook Web
  6. Home