django-emailit icon indicating copy to clipboard operation
django-emailit copied to clipboard

Doesn't work inside in Django 1.9.7

Open sergibondarenko opened this issue 8 years ago • 0 comments

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.

sergibondarenko avatar Nov 17 '16 14:11 sergibondarenko