0.0.5 • Published 3 years ago

sendstack v0.0.5

Weekly downloads
9
License
unlicensed
Repository
-
Last release
3 years ago

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
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago