java - New user creation notification mails are not going in Alfresco -
when admin creates new user account, email should go created user's mail id. how can enable this? can in "alfresco-global.properties", if yes, how?
i don't think possible out of box. implement functionality java behavior. sure not interfere emails sent out when inviting external users though otherwise double emails.
update after doing research:
well, made decision not make notification option configurable in create user gui. have followed calls made gui down repository , ends calling java method documented this:
/** * create person optionally generated user name. * version doesn't notify them. * */
which means have coding implement notifications in scenario.
Comments
Post a Comment