View Single Post
  #4 (permalink)  
Old Jan 22nd, 2007, 16:11
Inkers Inkers is offline
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form won't send to email?

Quote:
Originally Posted by Ryan Fait View Post
Well, a form will only open up a mail program and put the information in it, it won't send it. The problem is with your code, however.

<form method="post" action="mailto:user@domain.com">

Ah hah! That's great! Right now I have to rely on it opening an email program until I can get a server that can support PHP.
Reply With Quote