Log in

View Full Version : Password protected email



joshua
04-10-2007, 11:10 AM
Hi ...i have a smoll problem.....can someone tell me how to send a "password protected email", or give me some example so i can learn how to do this. Thanks!!!

mburt
04-10-2007, 11:50 AM
Err... what's a password protected e-mail?

boogyman
04-10-2007, 01:22 PM
make the email form, and have them enter in the password then confirm it. Then see if the passwords match a given password from either a database or that include via hardcode / include file

if the password is valid send the email otherwise dont send and print out an error message


PS...
If they needed a password to even see the form, then write a login form first, check the combination, ok > display email no > wrong pw ... try again?
if you choose this second method I would also look into the amount of tries and denying access for accessive pw attempts or yada yada like you see on this site