filmo has asked for the wisdom of the Perl Monks concerning the following question:
The question is, is there a way to test if the message is successfully sent? Such as:$email_msg->send();
I didn't see anything about this in the documentation for MIME::Lite$test = $email_msg->send();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Testing for successful
by kschwab (Vicar) on Aug 17, 2001 at 02:22 UTC |