You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sendmail: use '-t' to parse recipients from mail, instead of only
sending to the first one
- do not use shell=True!
- capture stderr and use it together with returncode to raise an
exception
Ref: perenecabuto#1
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 corecode/dma#18.
But I also think that django-sendmail-backend should report/raise this error.
The text was updated successfully, but these errors were encountered: