0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AWS + Rails ( ActionMailer のエラー ) のメール送信時のエラー ( Invalid delivery method :ses ) ( aws-sdk-rails 5.0.0 )

Posted at

原因

aws-sdk-rails 5.0.0 からいくつかのモジュールへの依存関係が削除され、独立したgemになったようだ

Feature - [Major Version] Remove dependencies on modular feature gems: aws-actiondispatch-dynamodb, aws-actionmailer-ses, aws-actionmailbox-ses, aws-activejob-sqs, and aws-record-rails.

  • aws-actiondispatch-dynamodb
  • aws-actionmailer-ses
  • aws-actionmailbox-ses
  • aws-activejob-sqs
  • aws-record-rails

解決

Gemfile に aws-actionmailer-ses を追加する

gem 'aws-actionmailer-ses'

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

プロフィール・経歴

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?