Almost all Ascad Networks CGI programs will require one or more of the following paths.
PERLSendmailSMTPSendmail
The most common paths to the Unix Sendmail program are (the -t will be required for Ascad Networks products):
/usr/sbin/sendmail -t/usr/bin/sendmail -t/usr/lib/sendmail -tSMTP
Certain CGI programs by Ascad Networks will require or give you the option to use SMTP rather than Sendmail for emailing. The most common path to SMTP is smpt.yoursite.com, replacing yoursite.com with your web site's actual domain name.
PERL
The very first line of all *.pl and .*cgi files must contain the path to PERL. For most servers, this path is one of the following:
#!/usr/bin/perl#!/usr/local/bin/perlIf any of the above paths fail to work, please contact your web host for the correct path. Most web hosting providers feature a knowledgebase with this information.