I am new in cakephp. So I would like to know about how will create an email activation link in Cakephp 2.x and how will send it? Please anybody give an example
you can use verification link as hash tag to generate from username or email address which should be unique to your entire application.
here i am giving you just idea how to achieve this task, but you must have to try with your self to do something by yourself
just go throw this link and understand how they actually sending email verification to user and how they verify this after click on email.