lightweight, completly command line based SMTP email agent
sendemail is a lightweight, completly command line based, SMTP email agent. If you have the need to send email from a command prompt this tool is perfect. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. sendemail is written in Perl and is unique in that it requires no special modules.
sendemail is a lightweight, completly command line based, SMTP email agent. If you have the need to send email from a command prompt this tool is perfect. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. sendemail is written in Perl and is unique in that it requires no special modules.
To install sendemail, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sendemail
To see what files were installed by sendemail, run:
port contents sendemail
To later upgrade sendemail, run:
sudo port selfupdate && sudo port upgrade sendemail
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.