sendstack

0.0.5 • Public • Published

SendStack

send command

Uses an SMTP server to send emails.

First, set some environment variables:

SENDSTACK_DOMAIN=smtp.example.com
SENDSTACK_USER=postmaster@example.com
SENDSTACK_PASS=<your-smtp-password>
SENDSTACK_FROM=you+bash@example.com

Soon you'll be able to send through SendStack's servers.

Examples:

send --to=test@example.com 'Hello there!' <<-END
  Sending a test email!
END

Readme

Keywords

none

Package Sidebar

Install

npm i sendstack

Weekly Downloads

0

Version

0.0.5

License

unlicensed

Unpacked Size

3.64 kB

Total Files

5

Last publish

Collaborators

  • jeffpeterson