Hi,

I forgot to add that my server of mail is good in jboss.

With the user "Administrator", and by subscribing to notification
"modification", i have a mail.

But when i modify "notification-contrib.xml", I don't see what I want.
(even if i add a new notification).

Anybody has an idea?


2008/4/11, Daniel CERQUEIRA <[EMAIL PROTECTED]>:
>
> 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