django-sendmail-backend
django-sendmail-backend copied to clipboard
"bad mail input format" with dma / error not raised
I have just tried using django-sendmail-backend, but my local MTA (dma, DragonFly Mail Agent) complained.
This is due to its line limit of 1000 bytes. I have filed an issue about this at https://github.com/corecode/dma/issues/18.
But I also think that django-sendmail-backend should report/raise this error.