一、Zmail 是什么
Zmail或许是最简单的邮件收发库,开发网址为:
GITHUB中的Zmail

在上述github下载压缩包 zmail-master.zip 。说明文档在其中,见Readme.md和README-cn.md。其中介绍中说:
Zmail allows you to send and get emails as possible as it can be in python.
Zmail 允许你发送和接受邮件尽可能的简单。你不需要去检查你的服务器地址、端口以及自己构造MIME对象,使用Zmail,你只需要关注你的邮件内容即可。
Zmail还在开发进步中,基本功能已经不错了,有些功能仍不完善。
二、在Anaconda3中安装Zmail
(1)通过pip安装
pip install zmail
在Windows命令窗中执行及反馈信息:
(base) C:\Users\邵玉斌>pip install zmail
Collecting zmail
Downloading zmail-0.0.6-py3-none-any.whl
Installing collected packages: zmail
Successfully installed zmail-0.0.6
网友评论