ambient-innovation / ambient-toolbox

Helpers and tools for Python and web-development with Django
https://pypi.org/project/ambient-toolbox/
MIT License
8 stars 4 forks source link

Use of return value from django email backend #10

Closed kainord closed 11 months ago

kainord commented 11 months ago

I think we should use the return value of the send_messages method so that we don't deviate from the django documentation when using the EmailMessage class.

GitRon commented 11 months ago

Hi @kainord! Thx, good idea 👍