Net::SMTP::AuthNTLM

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 https://github.com/macks/ruby-ntlm/issues/10) and openssl (fixes https://github.com/macks/ruby-ntlm/issues/9).

Installation

Just add it to your Gemfile:

gem "net-smtp-auth_ntlm"

Usage

require "net/smtp/auth_ntlm"

And you can use :ntlm as authtype in Net::SMTP.start or your mailer configuration.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bak1an/net-smtp-auth_ntlm.

License

The gem is available as open source under the terms of the MIT License.