Lead email has incorrect URL

So when SuiteCRM sends out the lead assignment email it encodes a ‘review this lead’ link. For some reason it is using an unencrypted http with ip address rather than encrypted with fqdn.

i.e. http://44.33.22.11//index.php?
rather than
https://crm.domain.com//index.php?

Where do I change this?

Running on AWS using Bitnami stack on Ubuntu 16.0.4 and SuiteCRM 7.10.2 Screenshot attached.

Thanks!

two places either one you can opt.

  1. Change the config file where http://44.33.22.11 to crm.domain.com

  2. Edit the PDF template of corresponding mail. Its available under Email -> Create PDF template. replace the url at the end .

Where is the config file fomhat swing? This particular email is system generated by a php file, which variable. I can’t seem to find where that {URL} variable is set.

In root directory config.php ( is the config file) .you have variable site_url=>’’. Then repair and rebuild.

1 Like

Awesome and thank you! Found. Fixed. Saved and tested! Much appreciated.