Help for this page

Select Code to Download


  1. or download this
        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");
    
  2. or download this
    if ($I_DONT_HAVE_SENDMAIL) {
               MIME::Lite->send('smtp', "smtp.myisp.net", Timeout=>60);
            }