df.tips
How do I check whether mail sending is working on a server?
Unix
email
dmitrii_fediuk
(Dmitrii Fediuk)
February 11, 2025, 1:13am
2
apt-get install mailutils echo "E-mail test" | mail -s "Test mail" dfediuk@gmail.com