本文介绍了将 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
https://rubygems.org/gems/amazon-ses-mailer
https://github.com/abronte/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
这篇关于将 Amazon SES 与 Rails ActionMailer 结合使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!