How do I "submit to email"?

Joined
Nov 27, 2006
Messages
2
Reaction score
0
I'm making an application/form on my webpage. I don't know the right HTML code to use to make the submit button, submit people's answers to my email. What's the HTML code?
 
Joined
Jun 23, 2006
Messages
508
Reaction score
0
You could use "FormMail" or a similar script, but if you make the form POST to "mailto:" it will rely heavily on the user having an email client installed and configured, as the browser will pass the email through the registered email application.

Whereas "FormMail" will pass it through the webserver itself rather than relying on the end user for a mail application.

Anyway this is the wrong place, should be in Webmaster section...!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top