Welcome to mirror list, hosted at ThFree Co, Russian Federation.

emails_on_push.md « integrations « project « user « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c01da883562038081ad382f6b90378ea359e6dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Enabling emails on push

By enabling this service, you will be able to receive email notifications for
every change that is pushed to your project.

Navigate to the [Integrations page](project_services.md#accessing-the-project-services)
and select the **Emails on push** service to configure it.

In the _Recipients_ area, provide a list of emails separated by commas.

You can configure any of the following settings depending on your preference.

+ **Push events** - Email will be triggered when a push event is received
+ **Tag push events** - Email will be triggered when a tag is created and pushed
+ **Send from committer** - Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. `user@gitlab.com`).
+ **Disable code diffs** - Don't include possibly sensitive code diffs in notification body.

---

![Email on push service settings](img/emails_on_push_service.png)