12

I am porting a client's website away from using the servers sendmail to using Mandrill. Creating a test API key is great for testing the code/process on a dev version of the site, but is there a way I can test that the attachments are working within this test mode?

user1155986
  • 121
  • 1
  • 4

2 Answers2

14

You can see your attachments in your API Logs (cover the last 100 API calls) in test mode

Karim
  • 1,303
  • 1
  • 14
  • 23
1

As far as I experienced last week, there's no option to preview an attachment in test mode. Actually I wasn't able to do it even with production keys which is quite surprising if I'm not missing something.

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

pidabrow
  • 966
  • 1
  • 21
  • 47