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?

Replies are listed 'Best First'.
Re: SMTP send with NTLM over SSL
by tachyon (Chancellor) on Jun 11, 2004 at 05:23 UTC
    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.

    cheers

    tachyon