I'm creating a simple CMS in CakePHP, in order to learn how to use framework. Within my CMS, in the admin part of the site, there is a tab called send emails and in this tab we see all emails that have been registered by the administrator. However at the time of registering an email it allows us to register the same email again and again. How do I eliminate this failure?