Centos7发送邮件
摘要:
Centos7发送邮件 $ yum -y install mailx sendmail $ vim /etc/mail.rc set from=xxxxxx@163.com set smtp=smtp.163.com set smtp-auth-user=wwwcqscom@163.com set smtp-auth-password=123456 set smtp-auth=login ... 阅读全文
posted @ 2018-01-08 17:51 AF陈 阅读(153) 评论(0) 推荐(0) 编辑