将 Amazon SES 与 Rails ActionMailer 结合使用
问题描述:
让 ActionMailer 在 Rails 3 中通过 Amazon SES 发送邮件的最佳方式是什么?
What would be the best way to go about making ActionMailer send mail via Amazon SES in Rails 3?
这是一个宝石:
gem install amazon-ses-mailer
答
我还有一个 gem,支持从 Rails 3 通过 SES 发送电子邮件:
I also have a gem out that supports sending e-mail through SES from Rails 3:
https://github.com/drewblas/aws-ses
它还具有用于验证/管理电子邮件地址的所有 API
It also has all the API for verifying/managing e-mail addresses