Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I had the following code in v7: UmbracoConfig.For.UmbracoSettings().Content.NotificationEmailAddress
How am i supposed to write this on Umbraco 8?
try this
Current.Configs.Settings().Content.NotificationEmailAddress;
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco 8 - Get value from umbracoSettings.config in code
I had the following code in v7: UmbracoConfig.For.UmbracoSettings().Content.NotificationEmailAddress
How am i supposed to write this on Umbraco 8?
try this
Current.Configs.Settings().Content.NotificationEmailAddress;
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.