Skip to content

Windree/mutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mutt

Docker based command line mail sender. The mailer can append a mark to the topic based on email contents

Installation

  • Copy config/msmtprc.*.* to config/msmtprc and fill with your email, user and password

Usage

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.

About

Docker based command line mutt mail sender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published