Welcome email sending IP link instead of FQDN link

Hi Folks,

First post. Forgive me if this has been covered in detail, but a quick search didn’t reveal much. I have a fully functioning install with my FQDN and SSL redirects (lets encrypt) working fine, however, new user emails are being sent with IP address links instead of the FQDN. What do I need to do to make sure the IP is never referenced?

Thanks!

Jim

I figured it out. I simply changed the FQDN to the first option in the config.php

Example:

0 => ‘my.domain.com’,
1 => ‘1.1.1.1’,

Hope this help someone else.

1 Like