Help for this page
MIME::Lite->send() When used as a classmethod, this can be used to specify a diff +erent default mechanism for sending message. The initial default is: ... Or, for non-Unix users: MIME::Lite->send("smtp");
if ($I_DONT_HAVE_SENDMAIL) { MIME::Lite->send('smtp', "smtp.myisp.net", Timeout=>60); }