mass email app for django

53 views
Skip to first unread message

Sven Aßmann

unread,
Jan 14, 2014, 7:42:16 PM1/14/14
to django...@googlegroups.com
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

Sergiy Khohlov

unread,
Jan 15, 2014, 6:34:11 AM1/15/14
to django-users
Hello Sven,

Look like it is not task for django. This is task for SMTP server. Of
course you can create a task for SMTP server using django but main
force of the your application is based on mail server.
I'm proposing next solution:
1) Store usermail in database
2) configure smtp server for using database as virtual emails
database (it is not hard)
3) Use django as web interface
4) Send letter to SMTP using standart protocol

P.S. Postmark has API and it is possible to use it directly from django.
If you have any questions let me know. I've supported SMTP servers
for 15 years and 've worked for spamfight service.
Many thanks,

Serge


+380 636150445
skype: skhohlov
> --
> 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...@googlegroups.com.
> To post to this group, send email to django...@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.

Diederik van der Boor

unread,
Jan 16, 2014, 6:14:20 AM1/16/14
to django...@googlegroups.com
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

Sven Aßmann

unread,
Jan 16, 2014, 2:54:58 PM1/16/14
to django...@googlegroups.com, Sergiy Khohlov
Hi Serge,

unfortunately the smtp server is a managed server therefore no configuration to
use a db as virtual mail backend can be performed.

But thanks for your notes, especially i wasn't aware that djnago can use the
postmark / rest api for mails out of the box. I need to investigate on that -
exiting.

Cheers,
Sven
--


Best Regards,
Sven

Sven Aßmann

unread,
Jan 16, 2014, 2:57:04 PM1/16/14
to django...@googlegroups.com, Diederik van der Boor
Hi Dedrerik,

maybe your are right and just using a service like Mailchimp (which seems to
be pretty userfriendly) would be the best way to go. I will defenetly have a
look on it and try to find out if the users needs can be satisfied by that.

Thanks a lot.

Cheers,
Sven

Sergiy Khohlov

unread,
Jan 17, 2014, 4:51:26 AM1/17/14
to Sven Aßmann, django-users
In this case you have a problem with deliveries verifying. For example :
You would like to send mass email to 1000 mail boxes and uses CC: or
BCC: field for this one. But most of the SMTP has a limitation : ex
postfix has reading only 50 item in CC list. As result you can not
send most of the your email. In the case of sending directly to the
other SMTP (not using own SMTP) you have problem with spam protect at
the other side.
Anyway if you would like to receive some knowledge from me ask me
directly to via django list. This thread is out of maillist topic
Many thanks,

Serge


+380 636150445
skype: skhohlov


Reply all
Reply to author
Forward
0 new messages