removed bcc to phuoc
This commit is contained in:
@@ -151,7 +151,7 @@ def email_rappels(request, objet, corps, destinataire, societe):
|
|||||||
msg['Subject'] = "[Ent. Dumas] " + objet
|
msg['Subject'] = "[Ent. Dumas] " + objet
|
||||||
msg['From'] = smtp_user
|
msg['From'] = smtp_user
|
||||||
msg['To'] = destinataire
|
msg['To'] = destinataire
|
||||||
msg['Bcc'] = "phuoc@caotek.fr"
|
# msg['Bcc'] = "phuoc@caotek.fr"
|
||||||
msg.set_content(corps, subtype='html')
|
msg.set_content(corps, subtype='html')
|
||||||
|
|
||||||
# Try to log in to server and send email
|
# Try to log in to server and send email
|
||||||
|
|||||||
Reference in New Issue
Block a user