Help for this page

Select Code to Download


  1. or download this
    if (PrivoxyWindowOpen(MAIL, "|/usr/sbin/sendmail -t")) {
      # print statements here
      close MAIL;
    } else {
      # error handling here; perhaps inform user.
    }