adobe has a custom soln for exposing assets from author instance without requiring a publish instance license.Anyways, the asset share link is a known method but then there is no way to track which folders and assets have been already shared
Hi @sarav_prakash, we don't have a publish instance. We have a license for cloud author instance in DAM. Is it possible to put ACS on top of the author instance?Publish is meant for public access but author would require SSO/SAML login again. How will Dynamic Media assist in solving this problem?
hi all, We are exploring the options of sharing assets from our AEM Cloud DAM instance to some external marketing agencies.We tried with Brand Portal but that has a constraint of 10 GB (Source - The maximum upload limit for any Brand Portal tenant is 10 GB which is cumulatively applied to all the co...
hi all, I was trying to use the file vault sync tool for intellij using Simplify Your AEM Coding With Vault:Syncing between Disk and ServerI'm not able to find the intellivault plugin on the marketplace.https://plugins.jetbrains.com/plugin/7328-intellivault what is the recommended tool for code sync...
not sure, we are using the below code snip -public void sendEmail(String contentEmail, String userName, String subjectLine, List<String> emailRecipients) throws EmailException, AddressException { Email email = new HtmlEmail(); email.setCharset(Constants.CHARACTER_ENCODING_UTF_8); email.setF...
@sravswe are using custom template which is basically a page created from an email based template. We are using dynamic as well as static strings along with proprietary header footer icons. All of the page is rendering correctly save the empty strings.we are converting the html page to java string u...
we're using custom email templates.We checked the template structure but there is nothing in the markup for the page when seen on view as published.It is only when viewing the mail we see empty spaces.
Hi all,When trying to send out emails via AEM using message Gateway service (Emails configured via CQ Mail Service) when inspecting on web mail applications there are lot of nested <div> which have no occurrence in the original html.any suggestions on why this would be happening? @arunpatidar, @Est...