![]() |
|
|
|||||||
![]() |
HTML - Send FormMail to Sender's e-mail address - using variables? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I have a web form that uses FormMail to submit e-mails to me. It works
great but I have a text field titled 'e-mail' which is where the sender types his/her e-mail address. Is there a way to send the contents of the form to the sender's e-mail address also? I know how to hard-code multiple recipients in the form but since there is no way for me to know the e-mail address of each user, can we use variables to store the value of the text field and pass that to the FormMail script so that the script will not only send the e-mail to me but also to the user? Any help would be greatly appreciated. Thanks, Shal Shaldaman |
|
|
|
|
#2 |
|
Posts: n/a
|
Shaldaman wrote:
> I have a web form that uses FormMail What/Whose version? > Is there a way to send the contents of the form to the sender's e-mail > address also? Hopefully not, else spammers will use it to spew to everyone they can think of ... -- -bts -Warning: I brake for lawn deer |
|
|
|
#3 |
|
Posts: n/a
|
Beauregard T. Shagnasty wrote:
> Shaldaman wrote: > >> I have a web form that uses FormMail > > What/Whose version? > >> Is there a way to send the contents of the form to the sender's >> e-mail address also? > > Hopefully not, else spammers will use it to spew to everyone they can > think of ... Terrible, terrible security problem in a lot of online forms. Never, ever just send an email to an adress entered, unless you have a very thourough CAPTCHAl, and even then. Grtz, -- Rik Wasmus |
|
|
|
#4 |
|
Posts: n/a
|
Matt's FormMail script.
I was thinking about the spam aspect too. But this form should remain on a private network. Could i restrict it some way? Beauregard T. Shagnasty wrote: > Shaldaman wrote: > > > I have a web form that uses FormMail > > What/Whose version? > > > Is there a way to send the contents of the form to the sender's e-mail > > address also? > > Hopefully not, else spammers will use it to spew to everyone they can > think of ... > > -- > -bts > -Warning: I brake for lawn deer |
|
|
|
#5 |
|
Posts: n/a
|
Shaldaman wrote:
> Is there a way to send the contents of the form to the sender's e-mail > address also? Do you *want* your form to become an instant spamming tool?! -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact |
|
|
|
#6 |
|
Posts: n/a
|
Rik wrote:
> CAPTCHA http://www.standards-schmandards.com.../01/11-captcha -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact |
|
|
|
#7 |
|
Posts: n/a
|
Yes, I want my form to be an instant spamming tool...sheesh!!
The form was only going to be used within a private network. Nobody outside the network would have access to the form. Toby Inkster wrote: > Shaldaman wrote: > > > Is there a way to send the contents of the form to the sender's e-mail > > address also? > > Do you *want* your form to become an instant spamming tool?! > > -- > Toby A Inkster BSc (Hons) ARCS > Contact Me ~ http://tobyinkster.co.uk/contact |
|
|
|
#8 |
|
Posts: n/a
|
Shaldaman wrote:
> Matt's FormMail script. As I suspected. Old stuff, full of bugs and exploitable holes. http://www.html-faq.com/cgi/?secureformmail > I was thinking about the spam aspect too. But this form should remain > on a private network. Could i restrict it some way? I don't use those scripts; I wrote my own. -- -bts -Warning: I brake for lawn deer |
|