Manage Multiple Email Services with Django
Use different platforms according to your needs
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and delivery of messages, and subclassing it to manage some configurations that vary from email to email. We also learned a way to pass domain data to the…