Rails 3 actionmail OpenSSL::SSL::SSLError

前端 未结 1 398
天命终不由人
天命终不由人 2021-01-05 09:08

I am getting an OpenSSL::SSL::SSLError when I try to send an email via my contact form.

In my config/application.rb I have affffded.

config.action_mail         


        
相关标签:
1条回答
  • 2021-01-05 09:10

    You could try

    :openssl_verify_mode  => 'none'
    

    per Undocumented ActionMailer openssl_verify_mode option

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