Hi all,

I try to set up the mail's notifications on nuxeo.
I like to put by default (as explained in the nuxeo book :
autoSubscribed="true" ) users recorded by default for a defined event.

I added the user "user" with a valid e-mail.
For "Administrator" too, and i see no results for the 2 users when i modify
a document.

Anybody has an idea?



MY XML CODE :

notification-contrib.xml
-----------------------------------------------------------------
<component
  name="org.nuxeo.ecm.platform.notification.service.NotificationContrib">

  <extension

target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService"
point="notifications">

<notification name="Modification" channel="email" enabled="true"
availableIn="Workspace"
      autoSubscribed="true" template="modif" subject="Document modified"
label="label.nuxeo.notifications.modif">
      <event name="documentModified"/>
      <eventInfo recepients="Administrator" />
      <eventInfo recepients="user" />
    </notification>

 <extension

target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService"
point="templates">

    <template name="modif" src="templates/modif.ftl" />

  </extension>

 </extension>

</component>


-- 
CERQUEIRA Daniel
Asyres
6, 8, 10 rue Troyon
92316 Sèvres
Tel : 01.55.64.05.64
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to