putmail is a very lightweight MTA that was designed to replace the sendmail command in certain situations. It supports several configurations, SMTP authentication, TLS and should work with Mutt, nail, mail, and other similar programs.
putmail is a very lightweight MTA that was designed to replace the sendmail command in certain situations. It supports several configurations, SMTP authentication, TLS and should work with Mutt, nail, mail, and other similar programs.
To install putmail, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install putmail
To see what files were installed by putmail, run:
port contents putmail
To later upgrade putmail, run:
sudo port selfupdate && sudo port upgrade putmail
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.