Using Amazon SES with Rails ActionMailer

前端 未结 10 1365
南旧
南旧 2020-12-04 09:42

What would be the best way to go about making ActionMailer send mail via Amazon SES in Rails 3?

Edit:

This is now a gem:

gem install amazon-         


        
10条回答
  •  遥遥无期
    2020-12-04 10:03

    I also have a gem out that supports sending e-mail through SES from Rails 3:

    https://github.com/drewblas/aws-ses

    It also has all the API for verifying/managing e-mail addresses

提交回复
热议问题