0.5.4 • Published 2 years ago

davemail v0.5.4

Weekly downloads
35
License
-
Repository
github
Last release
2 years 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

2 years ago

0.5.3

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.11

5 years ago

0.4.12

5 years ago

0.4.7

6 years ago

0.4.5

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago