Ruby/Rails ActionMailer not working with NTLM

后端 未结 3 1872
深忆病人
深忆病人 2021-01-22 02:06

I am setting up a mailer in my project and I am having difficulties sending mail through Exchange SMTP server.

I have installed the gem ruby-ntlm but I am s

3条回答
  •  花落未央
    2021-01-22 02:30

    Found a typo, it is now working!

    development.rb

    Change :authentification => :ntlm to :authentication => :ntlm

    Thanks for the support anyway!

提交回复
热议问题