Help for this page

Select Code to Download


  1. or download this
    *MIME::Lite::send_by_smtp_tls = sub {
    ...
    }
    
  2. or download this
    $mail->send_by_smtp_tls();
    
  3. or download this
    MIME::Lite->send('smtp_tls', $mail_host, Timeout=>60);
    $msg->send;