in reply to Re: MIME::Lite 250 OK QUEUE ID???
in thread MIME::Lite 250 OK QUEUE ID???
eval{$message->send}; if($@) { $result = "ERROR from MX: $mx_record\n$@\n"; } else { $result = $message->last_send_successful(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MIME::Lite 250 OK QUEUE ID???
by Anonymous Monk on Oct 15, 2010 at 14:41 UTC | |
by ig (Vicar) on Oct 15, 2010 at 15:33 UTC | |
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 |