I am working with the Mandrill Mailer Ruby Gem (https://github.com/renz45/mandrill_mailer), but I am wanting to setup an interceptor so that in Development (and Staging) emails go to a different email address.
I am not sure how to go about doing this with working with the gem itself. I know how to do this if working with ActionMailer out of the box, but slightly confused on how to accomplish this outside of that.
Any ideas or anyone else run into this issue?