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

deadsimple html emails

Results 6 django-emailit issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to add cc and bcc reciipients.

I try to use dajano-emailit `emailit.api.send_mail(['[email protected]'], context, 'mymails/example_email')` in a [django-admin](django-admin) custom command script. It keeps printing the email body in the terminal when I run the command script. But...

This error happens because here https://github.com/divio/django-emailit/blob/develop/emailit/api.py#L71 you pass a nested list instead of a normal list.

perhaps just extend djangos email class? allow defining the base class by setting convention: usage of docstring for description

the different email classes should allow providing example data, so that the email can be rendered in admin as a preview.