English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want people to be able to type in a message to me and it go's right to my email. How do I set that up? Please help?

2007-02-19 15:47:49 · 1 answers · asked by caine9174 1 in Computers & Internet Internet

1 answers

You will need a server-side scripting language if you want the e-mailing to be invisible to the user. Any language, like PHP, ASP or ASP.NET (as well as others) will do. Depending on what language your web host supports, the exact implementation will be slightly different, but the concept the same - simply create an input field and a submit button, place them inside a form on your page, and write a small server-side script that accepts the form submission and creates an e-mail message with the form contents, and sends that to your address.

If you need more specific help than this, just e-mail me through my profile page.

2007-02-19 17:21:02 · answer #1 · answered by Rex M 6 · 0 0

fedest.com, questions and answers