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

Hey all,
I have a website (html) which I want to put a Form to Mail on. I've been up and down the internet trying to get this thing working and couldnt seem to get any scripts working properly. I'm interested in using a PHP script but I dont quite get the concept as to how this form to mail actually works. Please help me out I've been working on this for several hours and have gotten no where.

PS: I have a form set up in PHP I dont understand how to process the data in the form and have it sent to my email address.

I'd love to tackle this problem All help is GREATLY APPRECIATED!
Michael Clark

2006-09-01 11:06:22 · 6 answers · asked by mclark7042 1 in Computers & Internet Computer Networking

6 answers

A ready made script in cgi-bin could do the trick:

have a look at nms formmail - it's the most widely used.

2006-09-01 11:16:59 · answer #1 · answered by le_gber 3 · 0 0

quick search yielded this example of a form used to mail info.

http://www.ibdhost.com/contact/

hope it helps.

You must have a mail server running properly in order to be able to send the emails anywhere. That's the first step before trying anythign else.

2006-09-01 11:11:59 · answer #2 · answered by doyler78 5 · 0 0

I've had better luck with using the CDO object with ASP. Also, some website hosting companies do not support sending email using the CDO object. Check to make sure they do.

2006-09-01 11:43:03 · answer #3 · answered by Anonymous · 0 0

I can help you with this problem. This is quite simple, I have implemented it on my own website. You can send me an e-mail via my website just to prove it. Check out:

http://tash.inspired4real.com

2006-09-03 10:03:18 · answer #4 · answered by Beatmaster 4 · 0 0

Make sure that you secure it properly. Spammers have been known to use formmail to relay spam.

2006-09-01 11:39:40 · answer #5 · answered by Bostonian In MO 7 · 0 0

//e mail variables. $headers = "From: " . $_POST["call"]; $headers .= "<" . $_POST["e mail"] . ">rn"; $headers .= "respond-To: " . $_POST["e mail"] . "rn"; $headers .= "return-course: " . $_POST["e mail"]; // deliver the e mail mail($sendto, $difficulty, $message, $headers); The headers will exchange it to coach who sent the e mail by ability of call or you could exchange that to e mail, besides as putting it to the e mail the place you could at as quickly as respond to that e mail. solid luck!

2016-11-06 06:06:17 · answer #6 · answered by winstanley 4 · 0 0

fedest.com, questions and answers