django-templated-email
django-templated-email copied to clipboard
Allow empty from_email param
Resolves #97
The context and recipient_listparams also had to be set as default=None otherwise it wouldn't be possible to set from_email=None.
It doesn't change the order of the params, so it's not a breaking change.
It also removes the empty context params {} which are not required anymore.