python-flaskweb学习笔记

邮件协议简称:

SMTP

simple mail transfer protocol

POP

  post office protocol

TLS

 transport layer security

SSL

  secure sockets layer

DNS 

domain name system

IMAP

 internet mail access protocol,邮件访问协议)

MAIL_SEVER 

       FUWUQI  IP/LOCALHOST

MAIL_PORT          

        25

MAIL_USE_TLS    

       FALSE

MAIL_USE_SSL     

      FALSE

MAIL_USERNAME    

       NONE

MAIL_PASSWORD      

      NONE

python-flaskweb学习笔记_第1张图片

你可能感兴趣的:(flask-web学习,python)