shell script

This commit is contained in:
2026-05-22 15:21:21 +08:00
parent b84371b88b
commit d3594007ad
62 changed files with 8965 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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