Commit 5cf5f5de authored by 王志伟's avatar 王志伟

数据指标波动假设检验统计

parent 15dd1e39
......@@ -396,7 +396,7 @@ def mail():
msg['Subject'] = str(datetime.date.today()) + "-esmm多目标模型训练指标统计"
server = smtplib.SMTP_SSL("smtp.exmail.qq.com", 465)
server.login(my_sender, my_pass)
server.sendmail(my_sender, [my_user1, my_user2], msg.as_string())
server.sendmail(my_sender, [my_user1], msg.as_string())
server.quit()
except Exception:
ret=False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment