我正在尝试在注册rails devise后发送电子邮件。不幸的是我收到了标题中的错误。
这是我的开发环境:
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {:address => "localhost", :port => 1025}
config.action_mailer.perform_deliveries = true
我不应该通过1025港口吗?我对rails mailers很新,所以对此有任何见解都会受到赞赏!
答案 0 :(得分:0)
您是否正在使用Mailcatcher或其他方法来监听端口?您可能需要启动mailcatcher。
Starting MailCatcher
==> smtp://127.0.0.1:1025