Sending emails from Django App
- by Will M.
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?