You need an MTA to send mail. For this, use postfix:
sudo apt-get install postfix
To send email:
echo "test message" | mailx -s 'test subject' myemail@mydomain.com
You need an MTA to send mail. For this, use postfix:
sudo apt-get install postfix
To send email:
echo "test message" | mailx -s 'test subject' myemail@mydomain.com