> Where is a sample php to CREATE new EMAIL USERS online like HotMail does? > > I need to use a mySql db, ask some questions, store in mySql and create a > new > email account. > Then, Send them a welcome message.
Yay, spammer heaven. 1) Configure your IMAP server to use a SQL db to store users, passwords and spool location. Quota too if possible. 2) Write a simple bit of PHP or Perl or any other web scripting language you choose to spit out your questions, accept the answers, validate the answers and write the answers to a DB. 3) Send user a mail asking for confirmation of desire of account. On receipt of link being clicked to say that they accept terms and want the account, move the needed data to the SQL db that drives IMAP. Sit back and watch spammers sign up to use your service (unless it's on an internal only network or has similar protection like a known password to access the signup). ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
