Hi Group,
currently i evaluating / research for a django app that supports mailing
specific texts to a receipient list (like mass emailing). the corner features
are:
- email text should be editable (text or html nothing special) thru the admin
app
- the receipient list should be maintainable independently from users and
texts (like a addressbook that is maintanale thru admin app)
- ideally supports several mail backends like smtp, aws sms, postmark etc..
- processing of the sending can be done async via django cli / message queue
services
The closest use case app would be something like a newsletter app, where the
subscibers can be maintainted apart from django.auth.users
I am aware of
www.djangopackages.com and found already a couple of
applications that could make the job.
I ask you folks if someone has good experience with a specific one and or what
features are included and helpfull and what are not that helpfull.
I really appreciate your contributions.
--
Best Regards,
Sven