Files
2026-05-22 15:21:21 +08:00

14 lines
252 B
Plaintext

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