1.首先安装sendmail和mailx ,sudo yum install mailx sudo yum install sendmail
2.修改 /etc/mail.rc 先将原来的mail.rc 备份,cp 和 mv命令就能搞定
3.新建一个文件为mail.rc cd /etc sudo touch mail.rc
4.在新建的文件mail.rc里面写入以下为内容
set from=xxxx@163.com
set smtp=smtp.163.com
set smtp-auth-user=xxxxx
set smtp-auth-password=授权码
set smtp-auth=login
备注:需要你先登陆到163邮箱 在设置里面自己设置 需要开启POP3/SMTP服务IMAP/SMTP服务
如果有什么问题请致函zhangh0503@163.com
2.修改 /etc/mail.rc 先将原来的mail.rc 备份,cp 和 mv命令就能搞定
3.新建一个文件为mail.rc cd /etc sudo touch mail.rc
4.在新建的文件mail.rc里面写入以下为内容
set from=xxxx@163.com
set smtp=smtp.163.com
set smtp-auth-user=xxxxx
set smtp-auth-password=授权码
set smtp-auth=login
备注:需要你先登陆到163邮箱 在设置里面自己设置 需要开启POP3/SMTP服务IMAP/SMTP服务
如果有什么问题请致函zhangh0503@163.com