in reply to MIME::Lite emails
before sending mail.MIME::Lite->quiet();
I re-read the documentation of MIME::Lite. The send() method throws a exception only if called in void context.
But the way with catching exceptios is better.$msg->send || warn "There was an error!\n"
|
|---|