Email notification when an asset is published from Brand Portal to AEM Assets | Community
Skip to main content
Level 3
October 25, 2022
Solved

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

  • October 25, 2022
  • 1 reply
  • 869 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manu_Mathew_

@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=en

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

 

1 reply

Manu_Mathew_
Community Advisor
Manu_Mathew_Community AdvisorAccepted solution
Community Advisor
October 29, 2022

@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=en

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