The system I'm currently developing dispatching a 'daily report' for all users and for my normal e-mail backend, I use Amazon SES to dispatch such emails.
The question is, which is a better practice, to send such e-mails (which are not really newsletters but status updates) via Amazon SES or should I migrate to a service provider such as MailChimp or Campaign Monitor.
Ps: Right now, I send e-mails asynchronous, using django-mailer.