in reply to MIME::Lite aborting when it receives an error
Code please ... are you using eval correctly?
eval { $msg->send; }; if( $@ ) { # log error message }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MIME::Lite aborting when it receives an error
by PugSA (Beadle) on Jun 30, 2006 at 15:59 UTC |