# ext-pyemail **Repository Path**: liliang9693/ext-pyemail ## Basic Information - **Project Name**: ext-pyemail - **Description**: python发送电子邮件扩展库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-19 - **Last Updated**: 2022-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 邮件发送 ![](./python/_images/featured.png) --------------------------------------------------------- ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) * [Supported targets](#Supportedtargets) ## URL * Project URL : ```https://gitee.com/liliang9693/ext-baidufanyi``` * Tutorial URL : ```https://mindplus.dfrobot.com.cn/extensions-user``` * wiki URL : ```http://wiki.unihiker.com``` ## Summary 适合Mind+Python模式的邮件发送库,推荐使用QQ邮件 在邮箱的**设置>账户**中开启**IMAP/SMTP服务**,然后**生成授权码**填到积木中。 参考教程:https://mc.dfrobot.com.cn/thread-313396-1-1.html ## Blocks ![](./python/_images/blocks.png) ## Examples > 注意:电脑需要联网,如果在行空板上使用,需要先让行空板联网。 ![](./python/_images/examples.png) ## License MIT ## Supported targets MCU | JavaScript | Arduino | MicroPython | unihiker ------------------ | :----------: | :----------: | :---------: | ----- arduino | | | | micro:bit | | | | esp32 | | | | python | | | | √ ## Release Logs * V0.0.1 基础功能完成