Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 226 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 226 Bytes

send_email

通过Python实现邮件自动发送

Python版本3.8.0,开发工具:Pycharm

实现1:发送带附件的邮件

send_email_file.py

实现2:发送带 HTML 格式的邮件

send_email_html.py