Help for this page

Select Code to Download


  1. or download this
      sub sendmail {
            my $param = shift;
    ...
            );
            $email->send;
    }
    
  2. or download this
    
    $mail->sendmail({to=>'koszta@seznam.cz', from=>'admin@server.com', dat
    +a=>'hi from server', subject=>'msg body'});