Mandrill is a fairly new transactional email service from the makers of MailChimp. I would like to use this service to track emails for clients.
Similar to this question about a rails implementation of tracking and forwarding, my Django application would provide each user with a unique email address, and any emails sent to that address would be tracked by Mandrill automatically, and that tracking data would then be provided to users in a nice interface.
I know Mandrill can act as an SMTP server. I don't know a lot about this, but I know that this means it is at least possible to read an email and compose an email. Since Mandrill can track incoming emails this handles pretty much everything I need.
Is there a better way to do this? Ideally I'd like to simply forward the message unaltered and just track it.