美文网首页
Python3中通过Zmail库发送电子邮件

Python3中通过Zmail库发送电子邮件

作者: 邵玉斌 | 来源:发表于2018-03-18 20:35 被阅读0次

一、Zmail 是什么

Zmail或许是最简单的邮件收发库,开发网址为:

https://github.com/ZYunH/zmail

GITHUB中的Zmail


snipaste_20180318_202743.png

在上述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

相关文章

网友评论

      本文标题:Python3中通过Zmail库发送电子邮件

      本文链接:https://www.haomeiwen.com/subject/afryqftx.html