sheraz230
07-19-2004, 03:56 PM
i have windows server i tried to run ASP formail (form processing) script i tired many type of scripts and i configured also properly i put smtp server as mail.projectsone.net but still its not working i just want to know that is there any permission need to set like need to set CMOD 755 for CGI scripts. and second question is that in perl script i put perl path as per the perl location #!c:\perl\bin but how i can install sendmail program or mail sending program at windows server and what path i can give for sendmail prog, from where i can get sendmail program for windwos based server
every1hosting
07-22-2004, 04:28 AM
ASP scripts need some components to send emails such as aspmail, cdonts. Have you installed the required component for your script? If you have windows2003 server, you may also need to check if ASP is enabled.
For sendmail replacement for Windows, you may check:
www ntsendmail com
sorry but I can not post URLs yet ;)
RegisteringBites
08-30-2004, 03:00 PM
Be careful with add-on scripts. My logs are full of unsuccessful hacking attempts, trying to use formmail's vulnerabilities. (I write my own scripts.)
ThePHPMaster
10-01-2004, 08:05 PM
if i were you i'd switch to php, cuz thats what i did, it took a while to get used to function based scripting as compared to object based, but my productivity is way up compared to when i was using asp