Created
October 13, 2012 19:16
-
-
Save benzittlau/3885818 to your computer and use it in GitHub Desktop.
Working send template call for mandrill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m.messages 'send-template', {:template_name => "Folder Shared", :template_content => [{:name => "sharelink", :content => "<a href='www.google.com'>test link</a>"},{:name => "monkeyrewards", :content => "<a href='www.google.com'>test link</a>"}], :message => {:subject => "Folder Shared!", :from_email => "[email protected]", :to => [{:email => "[email protected]", :name => "Ben Zittlau"}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment