blade52x Posted August 17, 2008 Share Posted August 17, 2008 For registration purposes on my website I want to send out an email through my SSL SMTP mail server with instructions on how to activate a registered account. The problem is... I have no idea where to begin. This is completely new territory for me. So any help, or directions would be greatly appreciated. I'm looking up some scripts on google but they always require some sort of php file which I do not have. Thanks. Link to comment https://forums.phpfreaks.com/topic/120091-how-do-i-setup-a-php-email-account-activation-system/ Share on other sites More sharing options...
DeanWhitehouse Posted August 17, 2008 Share Posted August 17, 2008 I am assuming you know how to send an email. The logic is saving a unqiue ID (maybe a session ID),then sending a dynamic URL and use $_GET to check the unqiue ID against the db one. Link to comment https://forums.phpfreaks.com/topic/120091-how-do-i-setup-a-php-email-account-activation-system/#findComment-618672 Share on other sites More sharing options...
AdRock Posted August 17, 2008 Share Posted August 17, 2008 Have a look here....there is a link to download the whole script with login, forgot password etc scripts http://www.plus2net.com/php_tutorial/php_forgot_password.php Link to comment https://forums.phpfreaks.com/topic/120091-how-do-i-setup-a-php-email-account-activation-system/#findComment-618752 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.