安装docker的Python
下载镜像
docker pull python
Centos7 安装mailx发送邮件
sudo yum install mailx -y
mailx使用
mail -h
-
发送邮件
echo "hello world" | mail -s "title" xxxx@qq.com xxxx@163.com -
发送邮件设置外部邮箱
set from=xxxx@163.com set smtp=smtp.163.com set smtp-auth-user=xxxx@163.com set smtp-auth-password=授权码 set smtp-auth=login