助けてください!sendgrid アドオンを動作させることができないようです。デバイスを電子メールの送信者として使用する方法はありますか? または、私は何を間違っていますか: これが私の重要な config/initializers/devise.rb コードです:
Devise.setup do |config|
# ==> Mailer Configuration
#config.mailer_sender = "myapp.herokuapp.com"
# Configure the class responsible to send e-mails.
#config.mailer = "Devise::Mailer"
sendgrid を使用したい場合、これをコメント解除する必要がありますか?
environment/production.rb には次のものがあります。
config.action_mailer.default_url_options = { :host => 'myapp.herokuapp.com' }