users icon indicating copy to clipboard operation
users copied to clipboard

URLRoot in Config struct

Open maberer opened this issue 6 years ago • 0 comments

If there would be the URLRoot within the config struct, it could be used when rendering Mail templates. The mail template currently uses a hardcoded link for the domain.

If it would be in the config struct, we could set it depending on the dev or production mode (localhost or real domain name) - and then use the correct URL within the mail templates.

maberer avatar Nov 10 '19 21:11 maberer