ACS AEM Commons email Issue(Getting emailID in failureList
Hi everyone,
I am using acs aem commons email service for sending email.
I have written the code as per the documentation and given the acs commons user permission, but the sendEmail method returning the emailId ideally it should return the empty response as per the documention.
failureList = emailService.sendEmail(emailDetails.getTemplatePath(), emailDetails.getEmailParams(),
recipient);
I have checked and debug the code but I am unbale to find the issue.
Please let me know let me know if anyone has any idea on this.
PS: I follow https://adobe-consulting-services.github.io/acs-aem-commons/features/e-mail/email-api/index.html
url for reference.
@joerghoh @veenavikraman Can you please help.
Thanks,