27 Sept 2023, 12:12

Hey guys. hope yall are having a good time.
So i dockerized uvdesk on my ubuntu server and set up the swiftmailer to use my gmail.
but when an email is sent to the user, the verification link is something like this:

Hello Test User
Your account has been successfully created.
Click on the link to set your password:

http://0.0.0.0:6744/en/update-credentials/test@testmail.com/CdLDFLit6LhF9iDfLm6DOZPTI0tmaWml

while i need it to be something like:

https://mydomain.com/en/update-credentials/test@testmail.com/CdLDFLit6LhF9iDfLm6DOZPTI0tmaWml

I need it to be "mydomain.com" instead of "0.0.0.0:6744"
what do you guys think i should do?[link text](link url)