On 04/12, Mark Rogers wrote:
What's the simplest (least config, lowest footprint) way to give a Linux box the capability to send email?
Just `mail` on it's own would do the job. It's probably already installed.
echo Hello Steve | mail -s "A subject" steve@offend.me.uk
Steve