management of sending emai to user

cancel
Showing results for 
Search instead for 
Did you mean: 
dpmar
Member II

management of sending emai to user

Hi, I need to send through Alfresco an email to a user of a certain site every time a user is created or deleted from the same site, you can do it with Share?

3 Replies
angelborroy
Alfresco Employee

Re: management of sending emai to user

You can use this addon as base for your own version:

https://github.com/keensoft/alfresco-member-leaving-site-detector

Hyland Developer Evangelist
dpmar
Member II

Re: management of sending emai to user

Thanks for the possible solution, so, if I understand correctly, after installing the add-on I have to create a program that reads one of the 2 log files and sends the corresponding email. But for a matter of greater validity, legitimacy does Alfresco not natively support this function

angelborroy
Alfresco Employee

Re: management of sending emai to user

Alfresco does not support this feature ootb.

I provided the addon as sample, the better is to develop your own addon to send the email by using Alfresco JAVA API.

Hyland Developer Evangelist