Ruby mailer is coming up with an EOFError

前端 未结 5 1158
北恋
北恋 2021-01-01 10:10

I am getting an EOFError (End Of File Error) on this code in my controller. The block where the error appears is at the end of the line that says UserMailer.deliver_m

5条回答
  •  自闭症患者
    2021-01-01 10:37

    It's a problem with your SMTP.

    The mailer connect by SMTP to him and can't close corretly the socket.

提交回复
热议问题