Help for this page

Select Code to Download


  1. or download this
     
    MIME::Lite->send('sendmail', '/usr/lib/sendmail -t ');
    $rez = $msg->send();
    
  2. or download this
        $rez = $msg->send_by_sendmail('/usr/lib/sendmail -t -oem -r email.
    +where.to.bounce@somewhere.com');
    
  3. or download this
        $rez = $msg->send_by_sendmail('/usr/lib/sendmail -t -oem -r \'emai
    +l.where.to.bounce@somewhere.com\'');