Created
October 3, 2014 19:41
-
-
Save cktricky/58317ca575c0c751b34c to your computer and use it in GitHub Desktop.
Mandrill Configuration File
This file contains 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
# THIS FILE IS FOUND WITHIN config/initializers/mandrill.rb | |
require 'mandrill' | |
# Use an environment variable instead of placing the key in source code | |
MANDRILL = Mandrill::API.new ENV['MANDRILL_API_KEY'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment