Re: mass email app for django
Hi Sven,
What you describe sounds like a Mailinglist..
Wouldn't it be possible to use Mailchimp or Aweber for this kind of service?
From Django you can use their API's.
Mass-mailing has a risk of being blacklisted as server,
at least make sure you send email via a whitelisted SMPT server (and not directly to everyone at the web).
For mass-mailing I always recommend using specialized mailinglist software.
Greetings,
Diederik
Op 15 jan. 2014, om 01:42 heeft Sven Aßmann <info@lubico.biz> het volgende geschreven:
> 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
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3688706.24zruyElKd%40gilgamesch.
> For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2A731BC5-4F93-433F-9E04-5267DDC82719%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home