Installing ssmtp mailutils

#ssmtp.conf
mailhub=mail.abc.com:587
AuthUser=hello@abc.com
AuthPass=passwd
UseSTARTTLS=YES

#revaliases
root:hello@domain.com:mail.doamin.com:587

#sending
echo "This is the email body" | mail -s "Subject" me@lihanzhang.cn
