Hi All,
I get this error after filling a form on my website and click "submit". Can anyone tell me what is wrong and how to correct it?
Attached below the error message is the editable part of the formmail.asp file, from that automates the process and top of my form.
Form could not be processed due to the following errors:
Email send failed: The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available .
'- Customization of these values is required, see documentation. -----------
referers = Array(" "moghalufoundation.org","localhost")
smtpServer = "smtp.moghalufoundation.org"
fromAddr = "imof@moghalufoundation.org"
'- Provide an existing email account at ISQ Solutions mail server and its password
needToAuth = True
userName = "******.org"
password = *********
'- End required customization section. -------------------------------------
This is the top of my form:
<!-- Begin Form -->
<form id="formid" action="/formmail.asp" method="post">
<input name="_recipients" type="hidden" value="imof@moghalufoundation.org" />
<input type="hidden" name="required_vars" value="firstname,lastname,email,confemail,comments">
<input name="_subject" type="hidden" value="Mail from a visitor" />
Thanks.
I get this error after filling a form on my website and click "submit". Can anyone tell me what is wrong and how to correct it?
Attached below the error message is the editable part of the formmail.asp file, from that automates the process and top of my form.
Form could not be processed due to the following errors:
Email send failed: The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available .
'- Customization of these values is required, see documentation. -----------
referers = Array(" "moghalufoundation.org","localhost")
smtpServer = "smtp.moghalufoundation.org"
fromAddr = "imof@moghalufoundation.org"
'- Provide an existing email account at ISQ Solutions mail server and its password
needToAuth = True
userName = "******.org"
password = *********
'- End required customization section. -------------------------------------
This is the top of my form:
<!-- Begin Form -->
<form id="formid" action="/formmail.asp" method="post">
<input name="_recipients" type="hidden" value="imof@moghalufoundation.org" />
<input type="hidden" name="required_vars" value="firstname,lastname,email,confemail,comments">
<input name="_subject" type="hidden" value="Mail from a visitor" />
Thanks.