Install mailutils
sudo apt-get install mailutils
Send some test piped into the mail command
echo "testing" | mail -s Test [email protected]
Check the email address listed above
Install mailutils
sudo apt-get install mailutils
Send some test piped into the mail command
echo "testing" | mail -s Test [email protected]
Check the email address listed above