Browse Source

remove name hash

ming 4 years ago
parent
commit
4ef36bed54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/mailer.py

+ 2 - 2
api/mailer.py

@@ -12,12 +12,12 @@ gmail_password='lzpxinencaawsjus'
 
 sent_from = gmail_user
 #to = ['jared@choozmo.com','nina.huang@choozmo.com','ana@choozmo.com','ming@choozmo.com','mike@choozmo.com','andy@choozmo.com','hana@choozmo.com','stacy@choozmo.com','wen@choozmo.com','yukyo@choozmo.com','fxp87257@gmail.com','noodlesloves@gmail.com']
-to = ['ming013r@gmail.com']
 
 
 
-def send(msg_in):
 
+def send(msg_in,email):
+    to = [email]
     msg = MIMEMultipart()
     msg['Subject'] = 'AI Spokesgirl 服務餘額不足 '