Rails Mailer “Net::OpenTimeout: execution expired” Exception on production server only

前端 未结 8 1373
南方客
南方客 2020-12-05 04:19

I am using Ruby MRI 2.0.0 and Rails 3.2.12 on a Ubuntu 12.04 TLS VPS and attempting to setup email notifications in my app. It was working fine a few days ago, but n

8条回答
  •  情深已故
    2020-12-05 05:05

    If you (or the internet in this case as this question is the first result for this problem) are testing Mailgun, you may get this error if you're using port 25. Change the port to 587 worked, even though their docs/quick links says 25 is ok to use.

提交回复
热议问题