Level 3
You have to use the Mandrill API directly. Its real simple to use and implement.
Package is on BitBucket: https://bitbucket.org/mailchimp/mandrill-api-php
"mandrill/mandrill": "1.0.*"
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using mandrill to send email using the API method rather than via SMTP.
I want to know if there is a way of adding metadata to the message sent to Mandrill?
The reason for this is I want to process the response webhooks sent out by mandrill using the same metadata.
I'm thinking I may have to use the Mandrill API directly to achieve this but thought I'd ask the collective first.
Thanks in advance!
You have to use the Mandrill API directly. Its real simple to use and implement.
Package is on BitBucket: https://bitbucket.org/mailchimp/mandrill-api-php
"mandrill/mandrill": "1.0.*"
Please or to participate in this conversation.