Docker based command line mail sender. The mailer can append a mark to the topic based on email contents
- Copy
config/msmtprc.*.*
to config/msmtprc and fill with your email, user and password
Send current directory list to [email protected]
ls | ./app.sh -s "directory list" [email protected]
Send current directory list to [email protected] and append mark/error sign in the mail subject if the mail body contains README.md
ls | ./app.sh -s "directory list" [email protected] --success "README.md"
For more syntax see mutt manual.