Skip to content

Instantly share code, notes, and snippets.

@phlco
Created March 29, 2013 20:36
Show Gist options
  • Save phlco/5273474 to your computer and use it in GitHub Desktop.
Save phlco/5273474 to your computer and use it in GitHub Desktop.
aws ses init file for mailer
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