I don't think you can get this form script to work on our server. All these settings are pertainent to UNIX environment. If you are looking for a formmail script, try http://www.brainjar.com/asp/formmail/ Post Edited By Moderator (Joel Thoms) : 6/20/2006 8:21:12 PM GMT
I am using the Fast Form 1.50 software to create form mail and I need your help to make the following changes to make it work with the discountasp.net HOSTING</o> </o> Perl Setup Perl Path = #!/usr/bin/perl Sendmail Path = /usr/sbin/sendmail -t cgi-bin directory = cgi-bin Kindly please make possible changes to have the correct seting.</o> Thank you; Ibrahim Khalifi</o> </o>
Perl will work, and I believe that Perl path should be fine, but I don't believe sendmail will work. Joel Thoms DiscountASP.NET http://www.DiscountASP.NET
Please see the following link, this will help you to have better hosting and for me also to have my form working in your server. http://www.visualwin.com/Perl/
Perl is already running on our servers. Check out this article to send mail using perl. http://kb.discountasp.net/article.aspx?id=10346 Joel Thoms DiscountASP.NET http://www.DiscountASP.NET
This line #!/usr/local/bin/perl is meaningless in Windows environment. In windows world, the IIS server is configured to execute all .pl script with the perl interpretor. The line is only read by UNIX Apache server. Bruce DiscountASP.NET www.DiscountASP.NET
Dear Bruce Please if you can halp me what to write in the Sendmail Path = ? every time I am asking for help I geta web link only WHAT A HELP I will be glad if you can do and give me the answer to use my form to send it by mail. Thank you very much, I am looking forward to hear from you. Best regards; Ibrahim Khalifi
Well... there is no sendmail path because Sendmail is not installed on windows server. We do have the Mail::Sendmail Module installed (which is different from sendmail program). See http://kb.discountasp.net/article.aspx?id=10346 for more detail. To be honest, most Perl scripts are designed to run on UNIX/Apache environment and getting it to run on windows will definitely need some modification. Post Edited By Moderator (Joel Thoms) : 6/23/2006 11:37:37 PM GMT
I believe the perl parser ignores that path since all .pl files are sent to the perl parser. You should be able to use the path you have shown. Joel Thoms DiscountASP.NET http://www.DiscountASP.NET