|
@@ -62,7 +62,7 @@ t1.signature; """.format(stat_date=self.stat_date)
|
|
|
# [收件人邮箱昵称、收件人邮箱账号], 昵称随便
|
|
|
msg['To'] = ",".join(recipients)
|
|
|
# 邮件的主题,也就是邮件的标题
|
|
|
- msg['Subject'] = "快手-全量素材月报"
|
|
|
+ msg['Subject'] = "快手-全量素材周报"
|
|
|
|
|
|
att1 = MIMEText(
|
|
|
open(path, 'rb').read(), 'base64', 'utf-8')
|