摘要: 利用Python smtplib.SMTP类方法来实现电子邮件的发送。 列举SMTP对象常见的方法: sendmail(from, to ,msg[,mopts,ropts]) :将msg从from发送至to(以列表或元组表示),选择性设置ESMTP邮件(mopts)和收件人(ropts)选项 lo 阅读全文
posted @ 2019-09-27 19:26 Leslie_Chan 阅读(1767) 评论(0) 推荐(0) 编辑