mailx配置163邮箱 2021-4-05 13:57 | Linux | 133 16 字 | 几秒读完 yum install mailx -y 163邮箱开启smtp服务,获取授权码 [root@100 ~]# vi /etc/mail.rc set from=173XXX@163.com smtp=smtp.163.com set smtp-auth-user=173XXX@163.com set smtp-auth-password=授权码 s… mail邮箱