Unix mail command

It allows us to send a command from a UNIX console.

Sample usage:

   1 [user@host home]$ mail -s "Test subject" destination.email@example.net
   2 Test message.
   3 Line 2
   4 Line 3
   5 EOT
   6 [user@host home]$

UnixMailCommand (last edited 2013-06-24 02:06:16 by www)