martinheidegger / emailjs-cli

send text/html emails and attachments (files, streams and strings) using the cli to any smtp server
MIT License
2 stars 1 forks source link

emailjs-cli

send emails, html and attachments (files, streams and strings) from your cli to any smtp server

INSTALLING

npm install emailjs-cli -g

FEATURES

Based on emailjs it provides following features:

REQUIRES

EXAMPLE USAGE

$ emailjs -s "Subject" -t "Full text" -to "A Person <sender@superrito.com>" -from "A Person <recipient@superrito.com>; Another Person <recipient2@superrito.com>" --host "smtp.gmail.com" --ssl

Authors

martinheidegger

Testing

npm install -d
npm test

Contributions

issues and pull requests are welcome