mailutils

Suite of utilities for composing and processing email messages

brewmacoslinux
Try with needOr install directly
Source

About

Swiss Army knife of email handling

Commands

mailmailxsendmailfrommessages

Examples

Send a simple email with subject and body$ echo 'Email body content' | mail -s 'Subject Line' user@example.com
Read incoming mail messages interactively$ mail
Send email with file attachment$ mail -s 'Subject' -a /path/to/file.txt user@example.com < message.txt