Mike vor 3 Jahren
Ursprung
Commit
4742966bf1
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      execute_detail_notice.py

+ 3 - 1
execute_detail_notice.py

@@ -157,8 +157,10 @@ html += """
 crm_list = ['mike@choozmo.com', 'shopbook2016@gmail.com', 'dingdingdongcat@gmail.com']
 email = ', '.join(crm_list)
 
+print ('email = ' + email)
+
 # CRM Email清單
 # crm = ['miko@hhh.com.tw', 'mollie@hhh.com.tw', 'lynn@hhh.com.tw', 'zoe_lo@hhh.com.tw']
 
 # 寄送逾期執行表單Email通知
-hhh_send_mail(email, html)
+#hhh_send_mail(email, html)