Hey there
Is it possible to change the E-Mail sender’s name of postfix via the GitLab config?
As far as I am concerned you can change the adress of the sender, but can you change it’s name too?
Thanks in advance
PT400C
Hey there
Is it possible to change the E-Mail sender’s name of postfix via the GitLab config?
As far as I am concerned you can change the adress of the sender, but can you change it’s name too?
Thanks in advance
PT400C
I believe the following will work:
gitlab-rails['gitlab_email_display_name'] = MyName
I tried but it crashes when testing. It is probably not the right term.
Not sure if you got this working but if it crashed, you probably needed to add the ’ ’ around the Name:
gitlab-rails[‘gitlab_email_display_name’] = ‘MyName’