Hello!
Then please try the following:
1) Open your local file "questionnaire.asp" in any text or HTML editor;
2) Locate the string:
mailComp="ASPMail"
and replace it with this string:
mailComp="CDONTS"
3) Make sure the string
email_from_email="..."
contains an email address with the same domain as your server has. I.e. if you survey is published on
http://www.myserver.com, then write there something like:
email_from_email="winsurvey@myserver.com"
4) Save the file "questionnaire.asp" and upload to the same directory where all your survey files are published.
Best regards
P.S. The "CDONTS" mail component was used on Windows NT. Newer versions of Windows (2k, XP, 2003) do not support it anymore. So if you continue experience troubles with mail settings please contact us at
support@acebit.com - we will try to find a solution.