removed bcc to phuoc

This commit is contained in:
2023-10-14 18:06:39 +02:00
parent 556b49e002
commit 26e131ca22

View File

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