c
This commit is contained in:
@@ -80,7 +80,6 @@ def send_template_email(from_email,to_email,subject,
|
|||||||
text_content = textify(html_content)
|
text_content = textify(html_content)
|
||||||
# html_content = newlinetobr(html_content)
|
# html_content = newlinetobr(html_content)
|
||||||
|
|
||||||
print(kwargs['bcc'])
|
|
||||||
|
|
||||||
if 'bcc' in kwargs and 'cc' in kwargs:
|
if 'bcc' in kwargs and 'cc' in kwargs:
|
||||||
msg = EmailMultiAlternatives(subject, text_content, from_email, to_email,cc=kwargs['cc'],
|
msg = EmailMultiAlternatives(subject, text_content, from_email, to_email,cc=kwargs['cc'],
|
||||||
|
|||||||
Reference in New Issue
Block a user