Hi folks,
I recently upgraded my AEM project's embedded ACS COMMONs libraries from 4.11.0 to 5.2.0. and sending emails fails afterwards.
"...ang.IllegalArgumentException: Mail template path [ /conf/myproject/notification/email/dentist.html ] could not resolve to a valid template
at com.adobe.acs.commons.email.impl.EmailServiceImpl.getMailTemplate(EmailServiceImpl.java:276)"
I checked via useradmin for "acs-commons-system-notifications-service" and it has read permission for "/conf/myproject/notification/email" directory on both publishers servers.
If I checked via security/permissions.html, I didn't see that the user had permissions so I added an ACE for /conf/myproject/notification/email. Not sure what was happening there.
In any case, it still didn't work.
Is there some other service user I should check permissions for ?
thanks
Fiona