linux发送邮件方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux发送邮件方法相关的知识,希望对你有一定的参考价值。
操作系统:centos6.5
需要软件:postfix 默认安装有 如果没有 yum install postfix即可
mutt yum install mutt
安装后编辑
vi /etc/muttrc
defaults
account soomeng
host smtp.126.com
from [email protected]
auth login
port 25
tls off
user [email protected]
password yourpasswd
account default : biaoti
cat /root/install.log | mutt -s "test‘ [email protected]
以上是关于linux发送邮件方法的主要内容,如果未能解决你的问题,请参考以下文章