django-emailit
django-emailit copied to clipboard
Doesn't work inside in Django 1.9.7
I try to use dajano-emailit emailit.api.send_mail(['[email protected]'], context, 'mymails/example_email')
in a django-admin custom command script.
It keeps printing the email body in the terminal when I run the command script. But I don't see any message in my email box. I don't see any error message. Although it works when I put it in a generic python script.