Staredit Network

Staredit Network -> Computers and Technical -> Sending an e-mail from a fill out form
Report, edit, etc...Posted by Joshgt2 on 2006-05-08 at 21:46:43
At W3Schools, they teach you to send an e-mail from a form by entering...
CODE
<form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain">
this is to start off the form action. When I write this in notepad and open it into my browser, I can send e-mails by clicking my send button but outloock express, my e-mail client, opens up. Then I go to my site, where I want this HTML document, and the whole e-mail thing doesn't work. Is there another way using HTML that I can send the information from a form to my e-mail by someone just clicking on the send button?
Report, edit, etc...Posted by Sicarul on 2006-05-10 at 00:53:02
QUOTE(Joshgt2 @ May 8 2006, 10:46 PM)
Is there another way using HTML that I can send the information from a form to my e-mail by someone just clicking on the send button?
[right][snapback]482640[/snapback][/right]

No, tough, you can use PHP.
Report, edit, etc...Posted by Joshgt2 on 2006-05-11 at 20:59:40
Thanks, I will see what I can do with that.
Next Page (1)