| T O P I C    R E V I E W | 
              
              
                | rmmarsh | 
                Posted - 25 Mar 2010 : 20:14:58  Has anybody made a php script that will take all of the input on a form and when the "submit" button is clicked, send that data in an email address, indicating the fields and their values?
  I have looked, and at this point, I'm not sure what I'm looking at anymore...[2 77:H] | 
              
              
                | 5   L A T E S T    R E P L I E S    (Newest First) | 
              
              
                | petran | 
                Posted - 13 Apr 2010 : 08:51:58  Probably has something to do with not supporting the PHP sendmail command (seen as a security risk). You can look at form-mail, a script that supports SMTP. SMTP needs authentication and is safer. I used it with success on some servers which didn't deal with PHP sendmail. 
  http://www.gentlesource.com/form-mail/
  An other, very extensive, script is formtools. It is not only meant for sending mail, but you can manage data with it as well. It also supports SMTP.
  http://www.formtools.org/ | 
              
              
                | rmmarsh | 
                Posted - 12 Apr 2010 : 18:23:20  Well, I just tried NateMail, and my ISP will not support it unless I get a dedicated server or VSP.  Any other ideas? | 
              
              
                | s.dav | 
                Posted - 29 Mar 2010 : 07:47:55 ;-) | 
              
              
                | rmmarsh | 
                Posted - 26 Mar 2010 : 14:44:41  Petran:  you're right... I missed it!  RATS!  (how embarrasing!) | 
              
              
                | petran | 
                Posted - 26 Mar 2010 : 01:19:45  It seems that you missed the latest updates of DHE. It?s all in there. Just make a form and double click on it. Choose the tab ?Form processing?. Fill in the fields and there you go.
  If you need a script loaded with functionalities you could visit www.formtools.org |