SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 497720a0 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct another bug

parent af52ac6c
No related branches found
No related tags found
No related merge requests found
...@@ -1130,7 +1130,7 @@ def send_precooked_email(request): ...@@ -1130,7 +1130,7 @@ def send_precooked_email(request):
precookedEmail.email_subject, precookedEmail.email_subject,
#email_text, 'SciPost Admin <admin@scipost.org>', #email_text, 'SciPost Admin <admin@scipost.org>',
email_text, email_text,
SciPost_from_addressed_dict[form.cleaned_data['from_address']], SciPost_from_addresses_dict[form.cleaned_data['from_address']],
[form.cleaned_data['email_address']], [form.cleaned_data['email_address']],
bcc=['admin@scipost.org']) bcc=['admin@scipost.org'])
message.attach_alternative(html_version, 'text/html') message.attach_alternative(html_version, 'text/html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment