Blisswhips
Programmer
I'm having one heck of a time getting sendmail to respond appropriately to my cgi script.<br>
<br>
There are lines in my script designating:<br>
<br>
$mailprog = '/usr/lib/sendmail';<br>
(and)<br>
open (MAIL, "¦$mailprog -t ");<br>
<br>
The recipient is a hidden field in the html form.<br>
<br>
2 questions: Does recipient have to be designated elsewhere for it to work?<br>
Is there something missing from these lines that should be there?<br>
<br>
BW
<br>
There are lines in my script designating:<br>
<br>
$mailprog = '/usr/lib/sendmail';<br>
(and)<br>
open (MAIL, "¦$mailprog -t ");<br>
<br>
The recipient is a hidden field in the html form.<br>
<br>
2 questions: Does recipient have to be designated elsewhere for it to work?<br>
Is there something missing from these lines that should be there?<br>
<br>
BW