摘要:
1、程序目录结构 2、hello.py 2、base.html 3、index.html 4、user.html 5、404.html 6、500.html 7、new_user.html 8、new_user.txt 阅读全文
摘要:
1、安装Flask-Mail pip install flask-mail 2、hello.py 配置Flask-Mail使用qq邮箱 3、保存电子邮件服务器用户名和密码两个环境变量要在环境中定义 windows下 4、在python shell中发送电子邮件 收到的邮件显示如下: 5、在程序中集成 阅读全文