Help for this page

Select Code to Download


  1. or download this
    MIME::Lite->send('sendmail', "d:\\programs\\sendmail.exe");
        ...
        $msg = MIME::Lite->new(...);
    
  2. or download this
    MIME::Lite->send("sendmail", "/usr/lib/sendmail -t -oi -oem");