Email Templates

I'm sure this is simple but I have a question about email templates. We are using 9.1.3

Currently our activity notification email sends

You are receiving this email because the following things happened at http://localhost/

I want to change the http://localhost/ to our server name

so the template shows

print_unescaped($l->t('You are receiving this email because the following things happened at %s', array($['owncloudinstallation'])));
p("\n");
p("\n");

What is the change i need to make. Or is the change made elsewhere?

Thanks

Hi,

modifying the email templates is the wrong place here. You just need to add / configure the overwrite.cli.url in your config.php:

https://doc.owncloud.org/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations