in reply to Re^2: Sending Email to Exchange server from linux box
in thread Sending Email to Exchange server from linux box

Hey, Can you suggest me where should i use Authen::SASL or Authen::NTLM in my code.

Nowhere. All you do is install the modules.

  • Comment on Re^3: Sending Email to Exchange server from linux box

Replies are listed 'Best First'.
Re^4: Sending Email to Exchange server from linux box
by chandanperl (Novice) on Aug 14, 2009 at 12:39 UTC
    I only add use Authen::SASL; in my code. and when i run this code it gives me msg Cannot send mail: Login not accepted
      Not suprising. You just copied the SYNOPSIS from Mail::Sender. Maybe you wish to spend a little time reading Mail::Sender documentation? Maybe turn on debug?
        When I am giving linux smtp server ip it authenticates properly but when i am giving MS Exchange smtp ip it doesn't. can u suggest me where my code is lacking or some other issue.