Deprecated

In favour of

amazon-emailer

A queue daemon for Amazon's SES with a PostgreSQL table as a queue.

https://github.com/dbp/amazon-emailer

Latest on Hackage:0.4.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Daniel Patterson
Maintained by [email protected]

This application checks every second for messages in a queue table, if there exist some that haven't been sent, it grabs a specified number out (based on what your current send rate is), sends them, marks them as sent, and goes back to sleep.