When i create a customer contact and click the button invite as user it sends the welcome email which contains the ip but not the port number. how can i add the port number to the welcome email link
2 Likes
Hi:
Try
bench --site yoursite set-config host_name yoursite:yourport
Sample
bench --site mysite.com set-config host_name mysite.com:8000
Hope this helps.
2 Likes