in reply to Re^2: MIME::Lite 250 OK QUEUE ID???
in thread MIME::Lite 250 OK QUEUE ID???
If indeed send might die, the documentation needs updating (file a bug report).$message->send or do_something(); $message->send; if( ! $message->last_send_successful ){ $ERROR = "ERROR from MX: $mx_record\n"; }
"Can't locate object method "last_send_successful" via package "MIME::Lite"
Install the latest MIME::Lite
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: MIME::Lite 250 OK QUEUE ID???
by ig (Vicar) on Oct 15, 2010 at 15:33 UTC | |
|
Re^4: MIME::Lite 250 OK QUEUE ID???
by Leslie_jones (Initiate) on Oct 16, 2010 at 08:25 UTC | |
by Anonymous Monk on Oct 16, 2010 at 09:08 UTC | |
by Leslie_jones (Initiate) on Oct 16, 2010 at 11:25 UTC |