Help for this page

Select Code to Download


  1. or download this
    if ($FORM{'chkno'}) {
        $recipients .= " foo@example.com";
    ...
    
    <code>
    |/usr/lib/sendmail yogibear@test.edu foo@example.com
    
  2. or download this
    To: yogibear@test.edu, foo@example.com
    
  3. or download this
    print MAIL "Content-Transfer-Encoding: 7bit\n";
    print "\n";
    print MAIL "<html><head>\n";