Expand my Community achievements bar.

SOLVED

Email notification when an asset is published from Brand Portal to AEM Assets

Avatar

Level 3

Hi -  I have a requirement to send an email when an asset is published from Brand Portal to AEM Assets. Is there a OOTB functionality to achieve this? Any idea on how can this be achieved.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@ReddyIshanvi Not sure if there is OOTB functionality directly, but you can customize and write a service and make use of the mail service connector in AEM and trigger the mail event accordingly using MessageGateway and EventHandlers.

 

some references that might help:

https://experienceleague.adobe.com/docs/experience-manager-65/communities/administer/email.html?lang...

https://sourcedcode.com/blog/aem/send-out-emails-with-aem-servlet

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@ReddyIshanvi Not sure if there is OOTB functionality directly, but you can customize and write a service and make use of the mail service connector in AEM and trigger the mail event accordingly using MessageGateway and EventHandlers.

 

some references that might help:

https://experienceleague.adobe.com/docs/experience-manager-65/communities/administer/email.html?lang...

https://sourcedcode.com/blog/aem/send-out-emails-with-aem-servlet