I have my own mailserver yet the outgoing port 25 is blocked (by my isp) so I just use my isp outgoing mail server (as relay in my mailserver) which doens't require username and password. What do I put in the web.config then? Just the host? When I looked up Invalid Post in the sources it shows it failed on following statement: if (!Context.IsValidAntiForgery()) { ModelState.AddFormError("Invalid post"); }
Can't get contact form working.
The error the contact form shows is:
Please review the following errors:
I have my own mailserver yet the outgoing port 25 is blocked (by my isp) so I just use my isp outgoing mail server (as relay in my mailserver) which doens't require username and password. What do I put in the web.config then? Just the host? When I looked up Invalid Post in the sources it shows it failed on following statement:
if (!Context.IsValidAntiForgery()) { ModelState.AddFormError("Invalid post"); }
what am I missing here?
thnx in advance
is working on a reply...