Who exactly receives the email notifications.
Under notifications setting on a node or it's children the option can be set it to certain actions, but who exactly will receive the notification on let's say a send to publish action.
I need only certain users to receive notifications on certain events.
Please, have a look at ~/config/umbracoSettings.config, there is a section:
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
Here you can set emails that will get notifications from Umbraco
Maybe I'm missing something here, but I think all that config setting does is set the "from" email address. It does not set to whom the emails are delivered. In order to set who receives the notification emails, each user must go into "Notifications" (in the Actions menu) and select the appropriate action they wish to be notified about on the page or pages they wish.
Not being an Umbraco specialist, I believe that the CMS User elects to be notified on specific content changes rather that a CMS Admin configuring that content to notify certain users on certain changes.
Email Notifications
Who exactly receives the email notifications. Under notifications setting on a node or it's children the option can be set it to certain actions, but who exactly will receive the notification on let's say a send to publish action.
I need only certain users to receive notifications on certain events.
Hi Walters
Welcome to our Forum!
Please, have a look at ~/config/umbracoSettings.config, there is a section:
Here you can set emails that will get notifications from Umbraco
Thanks,
Alex
Maybe I'm missing something here, but I think all that config setting does is set the "from" email address. It does not set to whom the emails are delivered. In order to set who receives the notification emails, each user must go into "Notifications" (in the Actions menu) and select the appropriate action they wish to be notified about on the page or pages they wish.
Not being an Umbraco specialist, I believe that the CMS User elects to be notified on specific content changes rather that a CMS Admin configuring that content to notify certain users on certain changes.
is working on a reply...