When sending messages in EXM, cross-site links can be rendered with a base URL instead of the hostname, defined for sites in the configuration.
As a result, for example, links point to BaseURL, e.g.
- <BaseURL>/item1
- <BaseURL>/item2
instead of their corresponding sites from configuration:
- http://site1.sc920sc.dev.local/item1
- http://site2.sc920sc.dev.local/item2