虚拟机上发送邮件
【摘要】
安装sendmail
yum -y install sendmail mailx
2 开启服务器
systemctl start sendmail
查看状态
systemctl start s...
安装sendmail
yum -y install sendmail mailx
2
开启服务器
systemctl start sendmail
查看状态
systemctl start sendmail
3
发送163邮箱测试
echo ‘This is test mail’ | mail -s ‘test’ **@qq.com
以163 为发件箱
#configuration account message that is send email
set from=**@163.com
set smtp=smtp.163.com
set smtp-auth-user=**@163.com
set smtp-auth-password=** (这个是授权码登陆163邮箱设置 IMTP/SMTP 获得)
set smtp-auth=login
以qq为收件箱
在qq邮箱中把发件箱的这个账户加入到白名单
发件为163邮箱 从163邮箱中获取授权码 因为在Linux配置的时候要的密码是u授权码而不是密码
https://www.cnblogs.com/tugeler/p/6620150.html
文章来源: englishcode.blog.csdn.net,作者:知识浅谈,版权归原作者所有,如需转载,请联系作者。
原文链接:englishcode.blog.csdn.net/article/details/81154863
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)