diff --git a/mondumas/views/utils.py b/mondumas/views/utils.py index 2fc005d..307f043 100644 --- a/mondumas/views/utils.py +++ b/mondumas/views/utils.py @@ -151,7 +151,7 @@ def email_rappels(request, objet, corps, destinataire, societe): msg['Subject'] = "[Ent. Dumas] " + objet msg['From'] = smtp_user msg['To'] = destinataire - msg['Bcc'] = "phuoc@caotek.fr" + # msg['Bcc'] = "phuoc@caotek.fr" msg.set_content(corps, subtype='html') # Try to log in to server and send email