[SUCS Devel] [Git][sucs/accountmanager][master] Make logs@ cc not a to

Imran Hussain imranh at sucs.org
Sun Mar 10 14:34:35 GMT 2019


Imran Hussain pushed to branch master at sucs / accountmanager


Commits:
2c4300c5 by Imran Hussain at 2019-03-10T14:34:21Z
Make logs@ cc not a to

- - - - -


1 changed file:

- sucsam.py


Changes:

=====================================
sucsam.py
=====================================
@@ -105,10 +105,11 @@ def sendReminderEmail(listofpeeps):
 			data = data.replace("{$adminname}",adminname)
 			data = data.replace("{$peoples}",str(listofpeeps))
 			sender = "staff at sucs.org"
-			receiver = ["exec at sucs.org","logs at sucs.org"]
+			receiver = "exec at sucs.org"
 			message = MIMEMultipart()
 			message['From'] = sender
 			message['To'] = receiver
+			message['CC'] = "logs at sucs.org"
 			message['Subject'] = 'Renewal Reminder Sent Out'
 			messageBody = MIMEText(data, 'plain', "UTF-8")
 			message.attach(messageBody)



View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/2c4300c5f663e831bca428e8ab902b7077b64566

-- 
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/2c4300c5f663e831bca428e8ab902b7077b64566
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190310/50128972/attachment.html>


More information about the Devel mailing list