Support, mail-to-address: - but no link in nav bar

application.yml looks like this:
image

but I fail to see the promised “extra ‘Report Issue’ link will be displayed in the navigation bar.”

Any suggestions?

Thank you

spring/mail section?
example:
“spring:
mail:
host: smtp.gmail.com
port: 465
username: xy@gmail.com
password: password_for_xy@gmail.com
properties:
# For SSL
mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactor”

As it is written here:
https://www.shinyproxy.io/configuration/#reporting-issues

Tibor

Thanks, Tibor, it now works.
I got a bit more helpful background from this post: issue 277