0.0
No commit activity in last 3 years
No release in over 3 years
AWS SES Client for Action Mailer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.2.3
~> 3.7

Runtime

 Project Readme

Aws::Ses::Mailer

AWS SES Client for Action Mailer

Rails Setup

Add this line to your application's Gemfile:

gem 'aws-ses-mailer'

Set the delivery method to config/environments/*.rb:

config.action_mailer.delivery_method = :aws_ses_mailer

Set the add options for aws setting to config/initializers/*.rb:

Aws::Ses::Mailer.add_options({
  region: 'us-west-2'
})