The project is in a healthy, maintained state
NTLM auth adapter for Net::SMTP using rubyntlm gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4
~> 0.6
 Project Readme

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 macks/ruby-ntlm#10) and openssl (fixes macks/ruby-ntlm#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.