I suppose you could put the assignment there, but I meant at the top:
<%
'- Customization of these values is required, see documentation. -----------
referers = Array("www.brainjar.com", "brainjar.com")
mailComp = "CDONTS"
smtpServer = "mail.brainjar.com"
fromAddr = "
[email protected]"
'- End required customization section. -------------------------------------
%>
Also don't forget to change the referers array! Put in your domain:
(i.e. replace
www.brainjar.com to
www.YOUR_DOMAIN_NAME.com and
replace brainjar.com to YOUR_DOMAIN_NAME.com)
In case you don't know. The referers array is a list of the domains that are allowed to post, and therefore, use the script.
You should also change the fromAddr to your desired email address.