|
@@ -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)
|