问题描述
我能够使用 aws-ses gem 成功发送电子邮件,但我想在发送电子邮件时添加配置集。下面是我的配置。帮我添加配置集。
我正在使用的宝石
gem "aws-ses",git: "https://github.com/zebitex/aws-ses.git",ref: "78-sigv4-problem"
config/initializers/amazon_ses.rb
ActionMailer::Base.add_delivery_method :ses,AWS::SES::Base,access_key_id: "abc",secret_access_key: "pqr",signature_version: 4
感谢您的帮助
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)