I am sending emails to users using Publications with short summaries showing up in the body of the email. At the end of the email I want to put a link to the report so users can click on it to see the full report.
Since the report will be opened from the email it will need to be a full/absolute URL. However, problem with providing absolute URLs is that when I move between environments the URL would have to be manually changed too.
Is there any way to dynamically populate the server part in the URL so that the URL points to the right one depending on what environment the report is in/email was generated from?