Python的电子邮件操做

import smtplib; from email.mime.text import MIMEText def send_email(host,username,passwd,send_to,subject,content): msg = MIMEText( content.encode('utf8'), _subtype = 'html', _charset = 'u
相关文章
相关标签/搜索