Re: Net::SMTP Values
Jessee Parker wrote: > How do you get the return values for NET::SMTP calls like for instance >$smtp->datasend() to check if it sent out correctly? TIA > > Jessee > $result = $smtp->datasend($data); $result is 1 on success undef otherwise Ram -- To unsubscribe, e-mail: [EMAIL PROTECTED] Fo
Net::SMTP Values
How do you get the return values for NET::SMTP calls like for instance $smtp->datasend() to check if it sent out correctly? TIA Jessee