centos 7设置smtp发送163邮件

Posted via-c

tags:

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

查看系统是否存在mail命令

[[email protected] ]# rpm -qa |grep mail

[[email protected] ]# yum install -y mailx   //没有的话进行yum安装

 

编辑mail的配置:

[[email protected] ]# vim /etc/mailrc

set [email protected]

set smtp=smtp.163.com

set smtp-auth-user=xiaoming

set smtp-auth-password=w123456

set smtp-auth=login

 

注:[email protected]为邮箱地址

   smtp=smtp.163.com 为邮件服务器

   smtp-auth-user=xiaoming 邮箱用户名

   smtp-auth-password=w123456 邮箱密码,由于163邮箱需要设置授权,此处需要填写授权密码

 

以上设置完毕,就可以使用mail命令来发送邮件了。这里使用139邮箱接收邮件,qq邮箱也可以接收,但是由于设置了反垃圾邮件会导致邮件无法接收成功,或者邮件会被丢到垃圾箱的情况。

[[email protected] ]# mail -s "test" [email protected] </etc/passwd

表示将一封主题为test的邮件发送到 [email protected] 邮箱,附件为/etc/passwd的文本

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

Linux Centos 7环境下的mailx代理163邮箱发送邮箱

linux centos 7.2 发送邮件的详细步骤 我现在配置好了,无法收到邮件,希望能找

centOS+jenkins发送邮件报错Unknown host name: smtp@163.com

centos下发送邮件

thinkphp发送邮件需要开启啥设置

CentOS - 开机自动发送IP到指定邮箱 - smtp.163.com