rockhome has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am looking for some help in using NTLM authentication with an SMTP server to send mail.
I need to be able to do an SMTP send to an MS server requiring authentication.
Any ideas?
Authen::NTLM::HTTP covers the basic issue. Net::SMTP lets you talk to SMTP servers. AFAIK there is no Net::SMTP::NTLM module yet in existence but there is Net::SMTP_auth which is probably the place to look to slip in NTLM authentication.