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