Alexander Uribe wrote:
I've created a page on a site that has a form for customers to submit information. I want the information to be emailed to me but I don't want to use the "mailto:[EMAIL PROTECTED]" as it brings up outlook express. Does anyone know what I will need to make sure it automatically sends the information to my email address?
Alex, you will need to do some server-side scripting, as in php.

using the languages' mail() function will send from the form.

http://us2.php.net/mail



Off topic, this is a standards group, not necessarily a "programming help" list.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to