URL isn't working in email templates
If your URL isn't working in email templates, please do the following;
Backup your database!
Go to Settings > Utilities > SQL Tool and enter the following command;
Replace "full url" with your URL.
Backup your database!
Go to Settings > Utilities > SQL Tool and enter the following command;
update setting set value='full url' where name='ClientExec URL';
Replace "full url" with your URL.
Updated on: 23/02/2023
Thank you!