I have a site with user registration hosted on Heroku so I already have the Mandrill Add-On which is connected to my Mailchimp account. Right now, when a user signs up it sends them an email using ActionMailer and just a text.erb file with some words but I'd prefer to use one of my Mailchimp email templates with Mandrill. I haven't found any good places on the web that talk about how to do this and something tells me y'all know exactly how to do this.
As mentioned, I already have the code set up on the app to send the email, just not the template from Mailchimp using Mandrill.
As always, any help is truly appreciated.