#15382: Users should be able to specify multiple email connections in their settings ------------------------------+--------------------------------------------- Reporter: natrius | Owner: nobody Status: new | Milestone: Component: django.core.mail | Version: Keywords: | Triage Stage: Unreviewed Has patch: 0 | ------------------------------+--------------------------------------------- Multiple databases and caches can currently be configured in one's settings file. It'd be nice if the same could be done with email connections. For example, Amazon's SES starts out new users with a low quota that they gradually increase, so splitting emails between SES and other connections to start out with is a useful approach.
I've written code that does most of this, but I wanted to make sure it has general appeal before getting it in shape for a proper patch. -- Ticket URL: <http://code.djangoproject.com/ticket/15382> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
