Help for this page

Select Code to Download


  1. or download this
    system(
        '/var/www/cgi-bin/sendEmail',
        '-f', $email_from,
    ...
        '-m','123',
        '-o','message-content-type=html'
    );
    
  2. or download this
    system("/var/www/cgi-bin/sendEmail -f $email_from -t $email_to -u 123 
    +-m 123 -o message-content-type=html"
    );