bindiya Posted December 13, 2010 Share Posted December 13, 2010 I need a php code to send an activation link to the user,and when the user clicks the link the account gets activated. Link to comment https://forums.phpfreaks.com/topic/221491-how-to-send-an-activation-email-to-a-new-registered-person/ Share on other sites More sharing options...
n3r0x Posted December 13, 2010 Share Posted December 13, 2010 An activation code is a 3step thing, 1, Generate an unique id and store it in a database table 2, Send the user the activation link 3, Activate the users account when he/she access the activation page with the right id My guess is that you either need to code this on your own or hire someone to do it, or you might be lucky and find one using Google. Link to comment https://forums.phpfreaks.com/topic/221491-how-to-send-an-activation-email-to-a-new-registered-person/#findComment-1146554 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.