SMTP client for sending emails from the command line or scripts
SMTP client that can be used as an SMTP plugin for Mutt
msmtp$ echo 'Email body' | msmtp -a default recipient@example.com$ echo 'Message content' | msmtp -a default -t < email.txt$ msmtp --serverinfo -a default