Skip to content

Capturing Mandrill Response

John Dell edited this page Feb 25, 2015 · 1 revision

The Mandrill API response is captured and made available via the delivery method. For example:

message  = FooMailer.build(email).deliver_now
response = message.delivery_method.response

The response json will be formatted as indicated here: https://mandrillapp.com/api/docs/messages.html

Clone this wiki locally