Re: Net::SMTP Values

2002-10-10 Thread Ramprasad A Padmanabhan
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

2002-10-10 Thread Jessee Parker
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