Rails 3 with aws s3

Send emails with Amazon SES in Rails 3

I have been using aws-ses gem quite successfully in Production env.

In your Gemfile add:


create an initializer in config/initializers
Configure ActionMailer

  Set delivery mehtod to amazon ses in environment.rb or in a specific environment as needed
eg. config/environments/production.rb


 

Comments

Post a Comment

Popular posts from this blog

Difference between rake db:migrate db:reset and db:schema:load

Modulo operation in Ruby

Install Multimedia codec (offline) without internet connection in Ubuntu