Answer the question
In order to leave comments, you need to log in
Sending emails in django?
There was a task - from the admin interface to send letters to the database of registered users. Nothing sane could be found, and the deadlines are tight.
Tell me, who used what? What modules are there for django and how best to use them?
Answer the question
In order to leave comments, you need to log in
I recently asked myself this question, judging by the reviews, the normal option is github.com/jtauber/django-mailer/ , I myself only managed to use it on a test project.
You create the necessary form, write a class with the necessary methods, and do tasks to send via Celery.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question