mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Bcc all emails for now
This commit is contained in:
parent
5aeeb5f3b8
commit
69b5b6cf0b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ def send(to, subject, body, html=None):
|
|||
msg["Subject"] = subject
|
||||
msg["From"] = config.FROM_EMAIL
|
||||
msg["To"] = to
|
||||
msg["Bcc"] = config.FROM_EMAIL
|
||||
if html:
|
||||
msg.add_alternative(html, subtype="html")
|
||||
if not config.SEND_EMAILS:
|
||||
|
|
Loading…
Reference in a new issue