debian-mirror-gitlab/doc/user/project/integrations/emails_on_push.md

21 lines
948 B
Markdown
Raw Normal View History

2017-08-17 22:00:37 +05:30
# 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.
2018-11-18 11:00:15 +05:30
In the _Recipients_ area, provide a list of emails separated by spaces or newlines.
2017-08-17 22:00:37 +05:30
You can configure any of the following settings depending on your preference.
2018-03-17 18:26:18 +05:30
+ **Push events** - Email will be triggered when a push event is received
2017-08-17 22:00:37 +05:30
+ **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)