There should be functionality to send as a Subaccount.
It seems fairly basic to implement, just one form field (to capture Subaccount name) and one extra line in the send request: https://mandrillapp.com/api/docs/messages.JSON.html#method=send
*I haven't checked to see if this feature is already in dev sorry if it is*
Comments
Comment #1
jordanmagnuson commented+1 for this. I'd say subaccounts are a significant part of the Mandrill offering. Seems like they would provide an excellent way to analyze and manage reputation across different categories of transactional emails.
This module should provide the ability to send any given email from any one of several defined subaccounts (with one functioning as the default).
(For those unfamiliar with Mandrill subacounts, more information here).
Comment #2
levelos commentedMoving to 2.x branch where the required API calls are provided.
Comment #3
screenage commentedIn the meantime you could use a simple alter hook in a seperate module :
Comment #4
jasonrichardsmith@gmail.com commentedThis is an old feature request, but I have a created a module to address this issue until Mandrill gets this functionality added
Mandrill Subaccount
Comment #5
jordanmagnuson commentedThanks Jason--will take a look. Would you consider submitting a patch against the Mandrill module to add the same functionality?
Comment #6
jasonrichardsmith@gmail.com commentedJordanMagnuson - This module only applies a subaccount to the entire site. So it will not meet your use case requirements.
I would happy to contribute to this project, but I feel this would not be a patch but an additional feature, which would require I take on co-maintainer responsibilities.
Comment #7
gcbFixed in dev.