What does Mandrill do with attachments in test mode?

I am moving the client site from using sendmail servers to using Mandrill. Creating a test API key is great for testing the code / process in the dev version of the site, but is there a way to verify that the attachments work in this test mode?

+7
mandrill
source share
2 answers

You can see your attachments in your API logs (span the last 100 API calls) in test mode

+6
source share

As far as I experienced last week, there is no way to view the attachment in test mode. In fact, I could not do this even with the help of production keys, which is pretty surprising if I do not miss something.

All I see in the API logs is email, but at least for me there is no way to view the attachment.

0
source share

All Articles