Sending notification

There are two ways provided by Community Engine to send notifications.

  • Notification by sending internal message

  • Notification by sending e-mail

To enable this you have to add some parameters to the content-type which is used as the user profile

<content-type name="userInfo">
      ...
    <parameter name="notification.fellow.action.email" value="email-notification"/>
    <parameter name="notification.fellow.action.message" value="message-notification"/>
      ...
  </content-type>
  

The enabled field will be used to send notifications. If both of the fields are enabled then both internal message and e-mail will be sent.