diff --git a/scipost/views.py b/scipost/views.py
index 1a0ee17b06e4b1e20e0eb983e05da206151dbc0c..f0291a6eebf36f457cf65d7186621b999c3d680f 100644
--- a/scipost/views.py
+++ b/scipost/views.py
@@ -1130,7 +1130,7 @@ def send_precooked_email(request):
                 precookedEmail.email_subject,
                 #email_text, 'SciPost Admin <admin@scipost.org>',
                 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']], 
                 bcc=['admin@scipost.org'])
             message.attach_alternative(html_version, 'text/html')