0

I am facing a little issue with the DAM asset email. Email is working fine, but it is always sending a url with the localhost, which is incorrect. The client should get email with the actual host name rather than the localhost. Please let me know if we need to do any configuration to show the actual host name.

Thanks for the help in advance.

ballade4op52
  • 2,142
  • 5
  • 27
  • 42
Sandeep Rawat
  • 260
  • 1
  • 4
  • 12

2 Answers2

1

There is a configuration "Day CQ Workflow Email Notification Service" to set server name. Please go to OSGI Config console, search for "Day CQ Workflow Email Notification Service" service and set "Host URL Prefix" property.

Mohit Bansal
  • 384
  • 3
  • 12
  • Hi Mohit, Thanks for the response that is already configured but it doesn't pick up this host name when we download the asset through email. – Sandeep Rawat Oct 25 '15 at 23:14
0

If anyone stumbles across the same problem. The solution is :

As given in Adobe AEM Forum here

You need to map your localhost to a domain in your web server

Also check this to setup dispatcher

https://docs.adobe.com/docs/en/dispatcher/disp-config.html

and https setup

https://docs.adobe.com/docs/en/dispatcher/disp-ssl.html

OR

Configure the externalizer.host property of "Day CQ Externalizer" OSGI configuration using AEM OSGI console i.e. http://localhost:4052/system/console/configMgr

Utkarsh
  • 589
  • 3
  • 19