Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 cakephp 新手。所以我想知道如何在 Cakephp 2.x 中创建一个电子邮件激活链接以及如何发送它?请任何人举个例子
您可以使用验证链接作为哈希标签从用户名或电子邮件地址生成,这对您的整个应用程序应该是唯一的。
在这里我只是给你一个想法如何完成这个任务,但你必须自己尝试自己做一些事情
只需扔掉这个链接,了解他们实际上是如何向用户发送电子邮件验证的,以及他们在点击电子邮件后如何验证这一点。