Click to See Complete Forum and Search --> : Question on howmembers receive a confirmation email


thickmeat
11-28-2005, 09:16 PM
ok does anyone know what i will need to do as far as whenever I need to setup an account on my web site so that members who sign up needs to receive an email automatically, how do i generate that? For instance if they sign up as a member and I want a confirmation email to be sent to their email address confirming their sign up. How do I go about doing that?

JPnyc
11-28-2005, 09:18 PM
I moved this to where you might get some more meaningful replies. This isn't done with javascript, but with a serverside language.

chazzy
11-28-2005, 11:02 PM
do you have scripting experience with any of:
- Java
- PHP
- .NET/ASP/ASP.NET
- Perl
?

if so you need to research database management with any of those, as far as keeping track of users (flatfiles won't suffice) and you can have your form generate an email for it.