PDA

View Full Version : Port not showing in email link


PCClosure
April 7th, 2016, 09:42 AM
We use a custom port, 8080 for the weblinks, but when the emails go out with the weblink for customers, it only has the hostname, and doesnt include the :8080. where can i change this setting so it will include the :8080 on the email weblink.

Support Team
April 7th, 2016, 10:43 AM
In order to fix the URL in emails generated from RangerMSP application, please edit the \\server\RangerMSP\WebInterface\RangerMSPWebInterf ace.ini

and add the following, new, token under the [Pref] section:

ServerIP=<your-server-URL>

IISCustomPort=8080/RangerMSP.dll

IISCustomIP=<your-server-URL>:8080/RangerMSP.dll


Restart 'RangerMSP Server' service on your server (e.g. not the Web interface or IIS) - so the change will affect emails sent by Email Connector and Alerts Server.

Hope this helps.

PCClosure
April 7th, 2016, 11:38 AM
Perfect! Thank you!