Hi,
I'm getting the following message when trying to access the SMTP servers in the Kentico Site manager.
The requested feature is not available in the CMS edition you are using: Ultimate
This was working well yesterday, I don't know what happened.
I ran this query that was suggested in another thread but no rows are returned, if that helps:
SELECT elementname,
COUNT([ElementDisplayName]) AS NumOccurrences
FROM ncda6.[dbo].[CMS_UIElement]
GROUP BY [ElementResourceID], elementname
HAVING ( COUNT(elementname) > 1 )