centos 使用mutt发送邮件带附件
1.安裝mutt工具
yum install -y mutt
2.使用mutt發郵件并帶附件
echo "統計日志" | /usr/bin/mutt -s "統計日志" -a /data/openRoom/openRoom.log -- "xxx@163.com" -c "xxx@qq.com"
注解:
echo "統計日志" :郵件正文
-s "統計日志" : 郵件主題
-a /data/openRoom/openRoom.log :郵件附件
"xxx@163.com" : 收件人
-c "xxx@qq.com" : 抄送人
如果需要每天定時發送郵件,可以寫腳本做任務計劃,腳本如下:
cat mutt_openRoom.sh
#!/bin/bash
#統計日志
#By xxx
#DATE: 20170417
DATE=`date +%Y%m%d`
quan='26xxxx7754@qq.com';
qq='779xxxx1@qq.com';
scp -P59878 192.168.31.4:/temp/www.log/openRoom_$DATE.log /data/openRoom/
if [ -f /data/openRoom/openRoom_$DATE.log ];
then
echo "統計日志" | /usr/bin/mutt -s "統計日志" -a /data/openRoom/openRoom_$DATE.log -- "xxx@163.com" -c $quan -c $qq
fi
find /data/openRoom/ -type f -name "openRoom_*" -mtime +7 -exec rm -rf {} \;
將腳本保存,并添加crontab:
##########################統計日志######################
10 11 * * * sh /opt/bin/mutt_openRoom.sh
總結
以上是生活随笔為你收集整理的centos 使用mutt发送邮件带附件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一加11受到老外追捧:多个国家开售秒罄
- 下一篇: 注册资本1亿元!吉利于湖州投资新设动力系