0.5.4 • Published 1 year ago

davemail v0.5.4

Weekly downloads
35
License
-
Repository
github
Last release
1 year ago

mail

One place to send mail from all my Node apps.

  • I was scattering this code everywhere. Now I have a package.

  • It builds on Amazon's SES.

  • One routine for all your mail-sending needs: mail.send.

  • Limits mail sending to 10 messages per second, to comply with AWS"s rate limits. It keeps a queue so you can call it as fast as you like.

  • I use this code to send the nightly emails from Scripting News.

Example

const mail = require ("davemail");

mail.send (recipient, subject, message, sender);
0.5.4

1 year ago

0.5.3

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.10

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.11

4 years ago

0.4.12

4 years ago

0.4.7

4 years ago

0.4.5

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago