Sonar sends notifications by email, which contains a link. This link is not always right when I changed the default configuration, for example:
When I changed the port from 9000 to 8088, the email always gives the default port like this local host: 9000 ... How can I change this link? Can I create my own personalized email format?
To correct the link, open the Settings area of the web UI, and select "General" section Under, set the "server base url" value so that the link email is generated, point to the correct location. It can also be set in your sonar. Property file can be set as Sonar.CosarServe's URL
Do not forget to restart sonar service to make the changes effective.