Hallo,
I've got a simple mail script with me which works fine, that is, it sends an e-mail to the administrator e-mail as well as to the person who submitted his/her e-mail who submitted in my contact form.
I would like to add a simple security feature, like to confirm his e-mail:
so, i should be able to send a link and if the user has really contacted my profile, he then clicks on the link and then the e-mail address is being now confirmed.
This type of links to confirm our account is being seen in all the forums around, even in this forum i guess.
Should i add a new field to my table to check the user e-mail has been confirmed.
Would be greatful to you if somebody can gimmi an over-view.
This line of code will be sent to the user who has contacted my profile:
Thanks
I've got a simple mail script with me which works fine, that is, it sends an e-mail to the administrator e-mail as well as to the person who submitted his/her e-mail who submitted in my contact form.
I would like to add a simple security feature, like to confirm his e-mail:
so, i should be able to send a link and if the user has really contacted my profile, he then clicks on the link and then the e-mail address is being now confirmed.
This type of links to confirm our account is being seen in all the forums around, even in this forum i guess.
Should i add a new field to my table to check the user e-mail has been confirmed.
Would be greatful to you if somebody can gimmi an over-view.
This line of code will be sent to the user who has contacted my profile:
PHP-Code:
mail ("$email", "Contacted Profile", "$name");
Kommentar