Net::SMTP::Authenticator implementation for NTLM authentication based on rubyntlm gem.
Does the same thing as ruby-ntlm gem but works out of the box with modern net-smtp (fixes macks/ruby-ntlm#10) and openssl (fixes macks/ruby-ntlm#9).
Just add it to your Gemfile:
gem "net-smtp-auth_ntlm"require "net/smtp/auth_ntlm"And you can use :ntlm as authtype in Net::SMTP.start or your mailer configuration.
Bug reports and pull requests are welcome on GitHub at https://github.com/bak1an/net-smtp-auth_ntlm.
The gem is available as open source under the terms of the MIT License.