Thursday, December 1, 2011

Send Mail from CLI (LINUX)

mail -s .ANY SUBJECT. emailid@gmail.com => return Key

body message here => ctrl+d for CC return key


to check the logs:

cd /var/log
tail -100 maillog

1 comment: