Cannot send e-mail with rails 2.3.4(I could with 2.3.2)

前端 未结 2 826
心在旅途
心在旅途 2021-01-27 10:38

I\'m working with ruby on rails 2.3.4 and I yesterday I found out I cannot send emails any more.

The email-related credentials are ok because I could send emails until I

相关标签:
2条回答
  • 2021-01-27 10:48

    Based on the stack trace, it looks like you have a plugin action_mailer_tls that is not working with 2.3.4. You may be required to update that.

    You may also want to upgrade to at least Rails 2.3.5 as that was current for some time, or Rails 2.3.8 which is the new current release. If you're going to invest the time to troubleshoot an upgrade, might as well kick it as far forward as you can.

    0 讨论(0)
  • 2021-01-27 10:58

    I guess this was happening due to a conflict between my gems environments. I adjusted some things and now it's solved.

    0 讨论(0)
提交回复
热议问题