in reply to SMTP Email problems
There's a Debug parameter available which might help you out.
my $smtp = Net::SMTP->new($$ref_host_em, Debug => 1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: SMTP Email problems
by merrymonk (Hermit) on Jun 16, 2009 at 16:37 UTC |