Created
March 29, 2013 20:36
-
-
Save phlco/5273474 to your computer and use it in GitHub Desktop.
aws ses init file for mailer
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
ActionMailer::Base.add_delivery_method :ses, AWS::SES::Base, :access_key_id => ENV['AWSKEY'], :secret_access_key => ENV['AWSSEC'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment