What is the IP number of the server?
It depends on the server you are in; normally the IP address is same as the FTP or Preview IP address which is sent to you in your welcome email. 66. I don’t receive the data Question: Everything works, but I don’t receive the data. Answer: Short Answer: Check your mail path. Long Answer: Check your path to sendmail and the mailing address you have configured in your form. To do this, you may need to modify the $mailprog variable in FormMail.pl. Many systems do not have sendmail in the /usr/lib directory which is default in my scripts, and some don’t even have sendmail! To find out where its located on your system, use the following command at your unix prompt: which sendmail This will tell you where sendmail is on your system. If it says it could not find it, just ask your system administrator. The other common problem is incorrectly specifying the recipient form field correctly. 67.