Hi,We have the requirement where we need to configure multiple senderName and senderEmail for the recipients. Such that:Email 1 will have Template A and senderNameA senderEmailAEmail 2 will have Template B and senderNameB senderEmailBIn Day CQ Mail Service we can configure only one user credentials....
Hi, I try to use HttpSession to store some values but it is not working in AEM 6.2 Here is my test code when you click next you should see "my new value" instead null<!doctype html><%@ page session="true" %><html><% //HttpSession sessionCustom=request.getSession(false); String oldValue = (Stri...
When using the activity stream component, what is the path(s) I need to include in the clientlibs embed property (e.g. forum is cq.social.author.hbs.forum)?
Hi All,How Can i disable a tab in author dialog based on the current page template? I know i need to use a listener, can someone please tell me how to use it?
While researching my query builder problem, I learned that there are built-in functions that you can wrap around the value of a search result.Here are the two I found:fn:lower-case()fn:upper-case()Is there a complete list of all the built-in function reference that I can use in query builder?
Hi All,Did any one know about how to caching on time base in cq5-dispatcher set up?I mean how to flush the content after some time duration or time slot,time based caching is possible in dispatcher? Thanks in advance,Nani
Hi All,I want to escape chars like "<", ">" and "/" in sightly. I have this piece of code:${"{1}{0}{2}{1}{3}{0}{2}" @ format=[properties.test,'<','>','/']} - but its rendering in HTML as <test-data></contact-us>I checked this https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/expres...