When an email notification is sent out, the template for the message may not be referencing the correct port within the URL. For example, the email may show the URL as "http://www.liferay.com:8080" instead of port 80.
Resolution
To resolve this issue, add the following properties to the portal-ext.properties:
web.server.http.port=80
web.server.https.port=443