Greetings,
I am trying to define part of a form script that will allow it to work with TCH's server:
"...
There are a few lines here you need to edit to get the fundamentals of the form working:
$mailprog = '/usr/lib/sendmail -oi -t';
This the path to the sendmail program on your ISP's server. Replace the /usr/lib/sendmail/ to be the location advised by the ISP.
$postmaster = '';
..."
Much Thanks!