sendstack
v0.0.5
Published
## `send` command
Downloads
7
Readme
SendStack
send
command
Uses an SMTP server to send emails.
First, set some environment variables:
SENDSTACK_DOMAIN=smtp.example.com
[email protected]
SENDSTACK_PASS=<your-smtp-password>
[email protected]
Soon you'll be able to send through SendStack's servers.
Examples:
send [email protected] 'Hello there!' <<-END
Sending a test email!
END