27Jun
What script do i use to send info in a form to an email address?
2 comments so far
Categories: Programming & Design
Sunday, June 27th, 2010 at 7:54 am and is filed under Programming & Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.







Pardon me if I’m wrong, but your question seems a bit open ended. Is it personal information? If so, you should try to encrypt it using some sort of PGP encryption.
The php script at the following website does what you would like.
It requires that you have a webserver computer to run it on that uses PHP on Apache.