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($_[‘owncloud_installation’])));
p(“\n”);
p(“\n”);
What is the change i need to make. Or is the change made elsewhere?
Thanks