Live Chat!

Reading and Sending Mail

* * * * ½ 2 votos

October 7th, 2006 liewsheng

In UNIX-like system, mail is the common tool use to sending mail and reading mail. It is simple and easy to use. To read mail for your account just type:
mail
or if you want read in mail in specific dir
mail -f /var/mail/user
to send a mail:
mail user < /tmp/file.log
echo “This is sample mail” | mail -s “Sample” [...]

Posted in mail, mutt, uuencode | Hits: 6641 | 1 Comment »