pop

Send emails from your terminal with ease

brewmacoslinux
Try with needOr install directly
Source

About

Send emails from your terminal

Commands

pop

Examples

Send a simple email to a recipient$ pop send --to user@example.com --subject 'Hello' --body 'Test message'
Send email with attachment$ pop send --to user@example.com --subject 'Report' --body 'See attached' --attach report.pdf
Configure email account settings$ pop config --email your@email.com --password your_password --smtp smtp.gmail.com