/// <summary>
        /// Gets all of the settings needed for the forgot password functionality
        /// </summary>
        /// <returns></returns>
        private List <SettingModel> GetEmailSettings()
        {
            SettingsCacheManager cacheManager = new SettingsCacheManager();
            List <SettingModel>  settings     = cacheManager.GetAllAppSettings();

            return(settings);
        }