활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi guys,
I'm using AEM 6.2. Long story short, I have a servlet which sends a registration success email.
It's that possible to use a content fragment as a way for the author to modify the text template for my email ?
For now the email text template is hardcoded into the registration servlet.
Thank you !
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
You can use the Content Fragment Manager API to fetch the content of the content fragment.
ContentFragmentManager ("The Adobe AEM Quickstart and Web Application.")
ContentFragment ("The Adobe AEM Quickstart and Web Application.")
Here is an example: Use this code in your servlet
조회 수
답글
좋아요 수
You can use the Content Fragment Manager API to fetch the content of the content fragment.
ContentFragmentManager ("The Adobe AEM Quickstart and Web Application.")
ContentFragment ("The Adobe AEM Quickstart and Web Application.")
Here is an example: Use this code in your servlet
조회 수
답글
좋아요 수
Great answer!
조회 수
답글
좋아요 수