AJAX form submit and emailer
Hello everyone,
I'd like to set up a basic submit form that will send an email to the webmaster (that would be me in this case) whenever a user fills out a form, then I'd like to AJAXify it.
Here are the gotchas: I'm working locally on a WAMP server, and I don't know if the host has sendmail in its bin directory since I don't have access to it. FormMail uses Sendmail, and I think that FormMail is the solution I need to get this done. Oh, and I don't want to use PHP unless I have to or if it'll make my life much easier (I don't know if the host has PHP, but my local server does, it's the "P" in "WAMP").
Thanks in advance!
Eggers