in reply to Re^3: MIME::Lite 250 OK QUEUE ID???
in thread MIME::Lite 250 OK QUEUE ID???

MIME::Lite will die on various errors when sending via smtp.

MIME::Lite says, of its send_by_smtp method:

Returns: True on success, croaks with an error message on failure.

and Carp says of croak:

die of errors

update: corrected reference to MIME::Lite.