I
I
Ivan Klimchuk2011-10-14 16:14:15
Django
Ivan Klimchuk, 2011-10-14 16:14:15

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

3 answer(s)
V
Vladimir Sokolovsky, 2011-10-14
@inlanger

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.

A
artifex, 2011-10-15
@artifex

You create the necessary form, write a class with the necessary methods, and do tasks to send via Celery.

D
darke3v, 2013-12-09
@darke3v

It was a matter of using django-mailer, if there are any features of the mailing list, bring it to mind and use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question