Mandrill
Mandrill copied to clipboard
Dynamic API key?
Thanks for your work on this wrapper. We've been using it all over the place and it's been perfect.
Is there a way / how would the syntax change if I were instantiating Mandrill with a dynamic API key? It's for a multi-tenant app and I'm wondering if I maybe need to skip this package and interact directly with Mandrill?
Thank you again! Matt
how about using the Weblee\Mandrill\Mail instead of using the MandrillMail facade ?
Yep, that was it @Spycomb. Thank you!!!