Good morning, how are you?
I have a question regarding email notifications. How can I modify the link included in the notification email?
I'm currently dealing with an issue where my internet provider blocks port 80 on the public IP. To work around this, I perform NAT on my public IP and redirect traffic to port 7000. However, when I receive the email, the link appears as:
http://localhost/azevedohost.com.br
This presents two problems:
Using "localhost" means the link isn't accessible externally.
The link does not include the custom port (7000).
I would like the email notification to display the link as follows:
https://azevedohost.com.br:7000
Could you please advise on how to achieve this change?