summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-11-14 16:17:19 +0530
committerGitHub2019-11-14 16:17:19 +0530
commit763f9f93fe7c2195b36944b65bc57a51ba3751db (patch)
treea087caaa8f52c249f02a0b85500b581f03ffc17b
parent961c4751216fc8ca9d88aac55c151fb00be5a126 (diff)
parent3c9ffe2a0969fd11a9382f9822340f84f9b43e22 (diff)
downloadSciPy2019-763f9f93fe7c2195b36944b65bc57a51ba3751db.tar.gz
SciPy2019-763f9f93fe7c2195b36944b65bc57a51ba3751db.tar.bz2
SciPy2019-763f9f93fe7c2195b36944b65bc57a51ba3751db.zip
Merge pull request #35 from Sashi20/development
Remove bcc email from mail headers
-rw-r--r--website/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/views.py b/website/views.py
index 66059cd..c9ada7b 100644
--- a/website/views.py
+++ b/website/views.py
@@ -789,7 +789,7 @@ We look forward to your active participation in the conference.
Thank You! \n\nRegards,\nSciPy India 2019 Program Chairs,\nFOSSEE - IIT Bombay."""
email = EmailMultiAlternatives(
subject, message,
- sender_email, [to], cc=[cc_email], bcc = [bcc_email],
+ sender_email, [to], cc=[cc_email],
headers={"Content-type": "text/html;charset=iso-8859-1"}
)
#email.attach_alternative(message, "text/html")