pantonini has asked for the wisdom of the Perl Monks concerning the following question:
$msg = MIME::Lite->new ( From =>$SendFrom, To =>$SendTo, Subject =>$SendSubject, Type =>'TEXT', Data =>$SendText ); MIME::Lite->send('smtp', $SmtpServer, Timeout=>60); $msg->send();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error handling with MIME::Lite
by jlongino (Parson) on Sep 11, 2002 at 06:02 UTC |