标签:
这个今天刚好用到,就测试了一下。OK了。。因为,PYTHON模块是可以,但SHELL脚本用SHELL发,还是合拍点。。
http://my.oschina.net/duangr/blog/183162
配置发送邮件的邮箱认证信息
vi /etc/mail.rc
--- 增加如下内容 ---
set from=yourname@your-domain.com set smtp=mail.your-domain.com set smtp-auth-user=yourname set smtp-auth-password=yourpasswd set smtp-auth=login
echo "hello word" | mail -s "mail title" yourname@your-domain.com
标签:
原文地址:http://www.cnblogs.com/aguncn/p/4533203.html