Asset share link mail template modification. | Community
Skip to main content
Level 2
February 18, 2020
Solved

Asset share link mail template modification.

  • February 18, 2020
  • 1 reply
  • 975 views

When we share any asset to any user from share link option present on the top navigation bar in AEM DAM. User recieve a mail in which by default template structure defined in AEM. I managed to modify most of the content. In mail there is Adobe Marketin logo which we have to replace with client logo. Adobe Marketing logo is coming from below code.

<td style="width:50px;"><img alt="Adobe Marketing Cloud" src="https://login.marketing.adobe.com/etc/mac/emailimages/mac.png" style="display:block; vertical-align:top;width:50px;height:50px"></td>

 

I tried modifying src with different paths of jcr but it didn't work. Can i get any suggestion for this?

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 arunpatidar

you may need to restart the following components from http://localhost:4502/system/console/components 

com.day.cq.mailer.DefaultMailService

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
February 18, 2020

you may need to restart the following components from http://localhost:4502/system/console/components 

com.day.cq.mailer.DefaultMailService

Arun Patidar