摘要: import yagmail username = 'aaaaa@qq.com' passwd = 'bbbbbbbb' def send_email(): mail = yagmail.SMTP(user=username, password=passwd, host='a.b.cn',#其他服务 阅读全文
posted @ 2022-01-15 23:48 我是一言 阅读(84) 评论(0) 推荐(0) 编辑