利用外部smtp发送邮件:

 

方法1:

(推荐方法)

http://blog.csdn.net/zhuying_linux/article/details/7091688  推荐方法,注意文中的命令行“-”复制出来后需要替换成英文的“-”。

测试命令:  /usr/local/bin/sendEmail -f xxxxx@163.com -t xxxxx@qq.com -s smtp.163.com -o message-content-type=html -o message-charset=utf8  -u "from nagios" -xu xxxxxxx@163.com -xp xxxxx-m "我是邮件内容2"

以下两个参数不可少,避免中文乱码。

-o message-content-type=html   邮件内容的格式,html表示它是html格式
-o message-charset=utf8        邮件内容编码

参数详解: http://www.ttlsa.com/linux/use-sendemail/

 

方法2:

 

http://yagetang.blog.51cto.com/1780698/1591989

 

搭建邮件服务器:

ubuntu系统:

http://www.linuxde.net/2013/06/14209.html

CentOS系统:

http://blog.163.com/qiushuhui1989@126/blog/static/2701108920146279368171/

 

 

 

 

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐