Since my domain does not have the SMTP setup for email, can the CGI script process the order and email it?
The CGI script can process the order and email it. You need to upload JSCCGI.cgi into your cgi-bin directory on the server in ASCII format. Change JSC.ini. Disable FTP by specifying FTPserver=* Enable CGI by specifying server name and script name like this CGIserver=your server CGIscript=/cgi-bin/JSCCGI.cgi This CGI script calls sendmail program. Make sure you have it on your server. Ask your provider if you can run custom CGI scripts.