sendmail documentationΒΆ

Asynchronous email sending library for Django with enhanced templating options.

sendmail provides a set of powerful features, such as:

  • Handling millions of emails efficiently.

  • Allows you to send emails asynchronously.

  • Multi backend support.

  • Support for inlined images.

  • 2-phase email templating to allow non-technical users contributing to emails creation.

  • Scheduling support.

  • Works with task queues like RQ and Celery.

  • Uses multiprocessing to send emails in parallel.

  • Support of different storages.

  • Newsletter feature to send emails directly from admin.