in reply to SMTP Connection Problem
my $smtp = Net::SMTP->new($SMTP_SERVER, Debug => 1) or die "Cannot con +nect to $SMTP_SEVER. $@";
That should at least tell you if you are making the connection in the first place.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: SMTP Connection Problem
by tiredcoder (Initiate) on Apr 05, 2004 at 12:34 UTC |