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
ruby-ntlm
Found a typo, it is now working!
development.rb
Change :authentification => :ntlm to :authentication => :ntlm
:authentification => :ntlm
:authentication => :ntlm
Thanks for the support anyway!