Page 1 of 1

sent email to member from db

Posted: Mon Jun 02, 2008 4:20 am
by Pavlos1316
Hi

I have a form that only members can submit..

When they do, what is the script to automaticaly sent them email with the info they submit?

I know how to sent the email cause I have it in my registration form.

What I need is how to choose the correct email from my db of the member that submits the form...???? :banghead:

Thank you

Re: sent email to member from db

Posted: Mon Jun 02, 2008 4:57 am
by deeessay
Hmmm.... upon login get the username of the user along with his/her corresponding e-mail, store it in a session variable and then use it when you send e-mail....

Is that what you're asking?

Re: sent email to member from db

Posted: Mon Jun 02, 2008 5:05 am
by Pavlos1316
yes it sounds like what i want.

ANYONE KNOWS HOW TO DO IT?