Centos 发送smtp邮件

Posted 季伯平

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 发送smtp邮件相关的知识,希望对你有一定的参考价值。

说明:

         1.本文是用网易smtp服务,QQ的没试过

       2.在Centos7上测试

实现:

       1.关闭本机的sendmail服务或者postfix服务

       

sendmail
# service sendmail stop
# chkconfig sendmail off

postfix
# service postfix stop
# chkconfig postfix off

 



2.修改/etc/mail.rc,增加一下类似N行,指定外部的smtp服务器地址、帐号密码等,前提网易SMTP服务要开启




3.然后通过命令来发送邮件


4.邮箱接收效果

以上是关于Centos 发送smtp邮件的主要内容,如果未能解决你的问题,请参考以下文章

Centos 发送smtp邮件

centos 7设置smtp发送163邮件

centos下发送邮件

centos 7设置smtp发送163邮件

Centos 定时任务发送smtp邮件

Centos 配置mailx使用外部smtp发送邮件