• Register

how to quickly send a test email in linux

0 votes
how to quickly send a test email in linux to test email MTA?
related to an answer for: How to list all running processes in Linux
asked Jan 19 by Adeel Ahmad Chaudhry (220 points)
    

1 Answer

+1 vote
echo 'TEST' | mail -s testsubject test@test.com
answered Jan 19 by r00t (390 points)