Forum Moderators: phranque

Message Too Old, No Replies

forum!

         

jbhavin

9:03 am on Sep 9, 2003 (gmt 0)

10+ Year Member



hi guys

Now for my website i need a automailer. i.e. when a preson registers i automatically generate a password to his mailbox and then i tell him again to cahnge his passowrd and register him..

so how do i do, any components have to be added, or has to be coded?

jpjones

10:01 am on Sep 9, 2003 (gmt 0)

10+ Year Member



You'll need something on the server to
a) accept the form details that the visitor enters
b) log those details
c) generate the password and email it

Going by the title of this thread, you're making a forum? Are you coding this yourself or using an existing package such as phpBB? You'll find most, if not all packages that require user signup will generate passwords/authentication emails and email the details to the visitor signing up.