Send test emails or notifications directly from your server.
Using mail Command
apt install mailutils -y\necho "Email body" | mail -s "Subject" [email protected]Using sendmail
sendmail [email protected] Send test emails or notifications directly from your server.
apt install mailutils -y\necho "Email body" | mail -s "Subject" [email protected]sendmail [email protected] Was this article helpful?