443.md 2.1 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
# Email

> 原文:[https://docs.gitlab.com/ee/user/admin_area/settings/email.html](https://docs.gitlab.com/ee/user/admin_area/settings/email.html)

*   [Custom logo](#custom-logo)
*   [Custom additional text](#custom-additional-text-premium-only)
*   [Custom hostname for private commit emails](#custom-hostname-for-private-commit-emails)

# Email[](#email-core-only "Permalink")

您可以自定义 GitLab 实例发送的电子邮件中的某些内容.

## Custom logo[](#custom-logo "Permalink")

可以自定义某些电子邮件标题中的[徽标](../appearance.html#navigation-bar) ,请参阅[徽标自定义部分](../appearance.html#navigation-bar) .

## Custom additional text[](#custom-additional-text-premium-only "Permalink")

[Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/5031) in [GitLab Premium](https://about.gitlab.com/pricing/) 10.7.

附加文本将出现在任何电子邮件的底部,并且可出于法律/审核/合规性原因使用.

1.  转到**管理区域>设置>首选项**`/admin/application_settings/preferences` ).
2.  展开**电子邮件**部分.
3.**其他文本**字段中输入您的文本.
4.  Click **Save**.

## Custom hostname for private commit emails[](#custom-hostname-for-private-commit-emails "Permalink")

在 GitLab 11.5 中[引入](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/22560) .

此配置选项设置[专用提交电子邮件](../../profile/index.html#private-commit-email)的电子邮件主机名. 默认情况下,它设置为`users.noreply.YOUR_CONFIGURED_HOSTNAME` .

为了更改此选项:

1.  转到**管理区域>设置>首选项**`/admin/application_settings/preferences` ).
2.  展开**电子邮件**部分.
3.  在" **自定义主机名(用于私人提交电子邮件)"**字段中输入所需的主机**名** .
4.  Click **保存更改**.

**注意:**一旦配置了主机名,GitLab 将无法识别使用先前主机名的每封私人提交电子邮件. 这可能会与某些[Push 规则](../../../push_rules/push_rules.html)直接冲突,例如, `Check whether author is a GitLab user`以及`Check whether committer is the current authenticated user` .