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
相關文章
相關標籤/搜索