in reply to
Retrieving server response with Net::SMTP
You can give the methods from
Net::Cmd
a try.
It is inherited by
Net::SMTP
.
Specifically,
message()
,
code()
, and
status()
should be the most useful.
Comment on
Re: Retrieving server response with Net::SMTP
Select
or
Download
Code
In Section
Seekers of Perl Wisdom