利用外部smtp发送邮件;linux发送外网邮件;搭建邮件服务器;
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
利用外部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 年前
更多推荐
已为社区贡献2条内容
所有评论(0)