Solved Uvdesk send email to agent with localhost url
-
Hello,
I have done the fresh installation of uvdesk on windows 10 machine with WAMP. All things are working but when i created agent and uvdesk sent email to agent for account activation with url followed by localhost/. Attached the screen shot of email for your reference.
Kindly guide me how to sent correct url with IP address or host/domain name in link?
Regards,
Pragnesh -
Kindly guide me how to sent correct url with IP address or host/domain name in link?
As we can see you are running the project on your local machine so your host is localhost here there is no domain name currently once project will be on any live server then URl will be according to that.
If you want to send IP instead of localhost you need to run your project using your IP. As the information is collected using URL by which you are running your project on browser.
Example - YourIP/uvdesk/public/member/login instead of localhost you need to use your IP to run project when adding a agent.