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发送邮件方法的主要内容,如果未能解决你的问题,请参考以下文章

linux下使用自带mail发送邮件

linux下多个sendmail服务器怎么互发邮件

linux发送邮件方法

Linux之python发送邮件

Linux自带发送邮件的方法

OPENWRT 里的sendmail 发送邮件的详细方法吗