RE: [PHP-DB] Sending E-Mail

2002-10-03 Thread Hutchins, Richard
/flexibility from it. As always, your mileage may vary. > -Original Message- > From: tuxen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 1:27 PM > To: PHP Database List > Subject: Re: [PHP-DB] Sending E-Mail > > > just put the variables from the form i

Re: [PHP-DB] Sending E-Mail

2002-10-02 Thread tuxen
just put the variables from the form into the mail() function On Wed, 2002-10-02 at 23:11, Shoulder to Shoulder Farm wrote: > Sorry all, this IS off topic, but I always receive faster answers from > this group :-o! > How can I send e-mail from PHP with the content of a submitted form. > Thanks,

[PHP-DB] Sending E-Mail

2002-10-02 Thread Shoulder to Shoulder Farm
Sorry all, this IS off topic, but I always receive faster answers from this group :-o! How can I send e-mail from PHP with the content of a submitted form. Thanks, Taj -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Sending e-mail thru PHP page (2nd part)

2001-04-19 Thread Paul Burney
on 4/19/01 10:46 AM, Hector M Banda at [EMAIL PROTECTED] wrote: > Is any way I can guess the users e-mail address? > I'm thinking in the way you setup your e-mail acct on the browser when > you first install it. There shouldn't be a way. I think you could access the email address via JavaScript

Re: [PHP-DB] Sending e-mail thru PHP page (2nd part)

2001-04-19 Thread Russ Michell
I don't know how you're operating your PHP system but can you not simply have an email form field?? Russ #---# "Believe nothing - consider everything" "Web Developers do it on-the-fl

[PHP-DB] Sending e-mail thru PHP page (2nd part)

2001-04-19 Thread Hector M Banda
Thanks to all of you guys who responded. Is any way I can guess the users e-mail address? I'm thinking in the way you setup your e-mail acct on the browser when you first install it. Because e-mail is one of the things I'm asking on the form where I collect the user's info. Thanks again.