renyupeng 2 年 前
コミット
8d87be7ba3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Apietl/task/send_material_report_weekly.py

+ 1 - 1
Apietl/task/send_material_report_weekly.py

@@ -80,7 +80,7 @@ group by t1.signature;""".format(stat_date=self.stat_date)
         my_sender = 'renyupeng@c-top.com.cn'  # 发件人邮箱账号
         my_pass = 'fcyJKkHUyPo6Zztw'  # 发件人邮箱授权码 / 腾讯企业邮箱请使用登陆密码
         recipients = ['wanglei@c-top.com.cn', 'niuxiaoyu@c-top.com.cn', 'lixiangmeijie@c-top.com.cn',
-                      'shiyuke@s-hcst.com',
+                      'shiyuke@s-hcst.com','fengxue@c-top.com.cn',
                       'zhangnannan@c-top.com.cn', 'yangying@c-top.com.cn']  # 收件人邮箱账号
         # content = "Please check the attachment. "
         msg = MIMEMultipart()