Ezmail is easy CLI utility for sending emails from terminal useful for scripts and people
that don't want to setup everything up for the default mail
command to work.
- Support for multiple accounts
- Saves passwords into OS keychain
-
Add an email account using
ezmail accounts add
, you will be prompted for address, password and smtp server. -
Send email using
ezmail
, for exampleecho "Hello!" | ezmail recipient@gmail.com -s "Subject"