django-sendmail-backend icon indicating copy to clipboard operation
django-sendmail-backend copied to clipboard

Its a simple command line sendmail backend for Django

Results 6 django-sendmail-backend issues
Sort by recently updated
recently updated
newest added

I just started using this package, and noticed BCC was not working. Code in github seemed good, but then I discovered that the last release on pypi was made before...

Hi. Are you interested in having this backend packaged in Debian? I am a Debian developer and consider uploading it, but it would mean a lot to know if you...

Hi. I had a look in the Django issue tracker to see if the wish for a /usr/sbin/sendmail backend was already registered there. I found it in https://code.djangoproject.com/ticket/8961 from 10...

FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/sendmail' ``` $ which sendmail /usr/bin/sendmail```

I get this error every time I try to send email message using sendmail MTA.

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...