A
afrinspray
How do I get return codes from Net::SMTP commands? For example, I'd
like to know if the recipient returns a 450 or 550 error on any of the
Net::SMTP steps.
Will it error out if one of these codes is returned? So if I put it in
an eval, will the $@ contain a "450 could not connect" type of message?
Thanks,
Mike
like to know if the recipient returns a 450 or 550 error on any of the
Net::SMTP steps.
Will it error out if one of these codes is returned? So if I put it in
an eval, will the $@ contain a "450 could not connect" type of message?
Thanks,
Mike