Skip to content

Instantly share code, notes, and snippets.

@MeenakshiNaik
Created April 5, 2016 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeenakshiNaik/d898a3c9bbd7eeab21085e453a100558 to your computer and use it in GitHub Desktop.
Save MeenakshiNaik/d898a3c9bbd7eeab21085e453a100558 to your computer and use it in GitHub Desktop.
ActionMailer::Base.add_delivery_method :ses, AWS::SES::Base,
:access_key_id =>ENV['AMAZON_ACCESS_KEY'],
:secret_access_key =>ENV['AMAZON_SECRET_KEY']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment