码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 发送smtp邮件

时间:2017-11-16 17:16:17      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:chkconfig   blog   9.png   http   send   技术   size   highlight   images   

说明:

         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邮件

标签:chkconfig   blog   9.png   http   send   技术   size   highlight   images   

原文地址:http://www.cnblogs.com/jbps/p/7844885.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!