ruby-ntlm icon indicating copy to clipboard operation
ruby-ntlm copied to clipboard

Not compatible with net-smtp 0.4+

Open bak1an opened this issue 1 year ago • 3 comments

The way of adding auth methods changed in https://github.com/ruby/net-smtp/pull/53

bak1an avatar May 23 '24 20:05 bak1an

@macks Would you be interested in a PR for resolving this?

bak1an avatar May 23 '24 20:05 bak1an

I maked new one gem that use some code this gem, but support net-smtp > 0.4

https://rubygems.org/gems/net-smtp-ntlm

Wolfer avatar Aug 15 '24 11:08 Wolfer

https://github.com/bak1an/net-smtp-auth_ntlm

Made rubyntlm wrapper for smtp. Does not require any openssl tricks.

bak1an avatar Oct 25 '24 18:10 bak1an