http://www.perlmonks.org?node_id=771697


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);

--
Rohan