Sending emails from Django App
Posted
by Will M.
on Stack Overflow
See other posts from Stack Overflow
or by Will M.
Published on 2010-03-31T16:24:08Z
Indexed on
2010/03/31
17:43 UTC
Read the original article
Hit count: 141
We are a growing Django app that is currently using Google Apps to send email. We are hitting the maximum limits of email sending and need a better solution. We prefer not to have to manage our own email servers and the easier the better. What is the best, easiest, and cheapest way to send a large amount of email?
- We have looked at Postageapp but they require you to use your own SMTP server.
- We are considering App Engine to send email but it will require a lot of configuration to get it to work correctly.
What can we use to quickly fix this problem?
© Stack Overflow or respective owner