|
@@ -53,7 +53,7 @@ and advertiser_id in(12215822,12267701,12267702)
|
|
|
# [收件人邮箱昵称、收件人邮箱账号], 昵称随便
|
|
|
msg['To'] = ",".join(recipients)
|
|
|
# 邮件的主题,也就是邮件的标题
|
|
|
- msg['Subject'] = "快手-全量素材月报-12月"
|
|
|
+ msg['Subject'] = "城市数据"
|
|
|
|
|
|
att1 = MIMEText(
|
|
|
open(path, 'rb').read(), 'base64', 'utf-8')
|