RailsのActionMailerでメールを送信する(Gmail経由) - Qiita
環境設定 config/environments/development.rbを以下のように設定 /config/environments/develop.rb config.action_mailer.delivery_method = :smtp config.a...