The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-15-2009
thanhdat's Avatar
thanhdat thanhdat is offline
Registered User
  
 

Join Date: Aug 2008
Location: Paris
Posts: 109
try the following command:


Code:
echo "" | mutt -s "test subject" your@mail.address

or you can use "mail" command


Code:
echo "test message" | mail -s "test subject" your@mail.address

assume that your MTA works.