sudo apt install mailutils
If you want to send and receive emails directly, choose "Internet site" in the configuration type.
echo "Email body" | mail -s "Subject" [email protected]
sudo apt install mailutils
If you want to send and receive emails directly, choose "Internet site" in the configuration type.
echo "Email body" | mail -s "Subject" [email protected]