摘要: import yagmail user = 'xxxx@qq.com' passwd = 'xxxx' # 授权码,不是密码,需要在邮箱中设置,看邮箱类型,有的需要设置 res = yagmail.SMTP(user=user, password=passwd, host='smtp.qq.com' ... 阅读全文
posted @ 2018-05-21 17:55 静心_心静 阅读(557) 评论(0) 推荐(0) 编辑