[Answer]-Custom mass mailing with SendGrid

1👍

I would just set yourself up to use their REST API. I have used that to send thousands of emails per day. http://sendgrid.com/docs/API_Reference/Web_API/mail.html

If you are worried about performance then make it into a job with Django Celery

Leave a comment