mutt

Terminal-based email client with advanced features and extensive customization.

brewmacoslinux
Try with needOr install directly
Source

About

Mongrel of mail user agents (part elm, pine, mush, mh, etc.)

Commands

mutt

Examples

read and manage emails in terminal$ mutt
check mail from specific email account$ mutt -f imap://user@example.com@mail.example.com
send email with attachment from command line$ echo 'Message body' | mutt -s 'Subject' -a /path/to/file recipient@example.com
compose and send email without interactive mode$ mutt -s 'Test Subject' user@example.com < message.txt
open mailbox file and browse messages$ mutt -f ~/Mail/inbox