in reply to Re^2: Net::SMTP - Authentication Problem
in thread Net::SMTP - Authentication Problem
Also try turning on Debug and see if you can catch the error.
my $smtp = Net::SMTP_auth->new($Servername, Port=>$Port, Debug => 1 );
You also might want to capture the transaction with ethereal or tcpick
Did you ever consider the other system dosn't support SMTP auth? Or the port it runs it on is different from the working system? Many systems run auth on port 587, but they can put it wherever they want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SMTP - Authentication Problem
by vi_srikanth (Acolyte) on Aug 30, 2006 at 09:40 UTC | |
by zentara (Cardinal) on Aug 30, 2006 at 12:46 UTC |