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

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
  • Comment on Re^4: Sending Email to Exchange server from linux box

Replies are listed 'Best First'.
Re^5: Sending Email to Exchange server from linux box
by Anonymous Monk on Aug 14, 2009 at 12:44 UTC
    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.