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

27 lines
1.2 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Create
group: Ecosystem
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-24 23:57:45 +05:30
---
2017-08-17 22:00:37 +05:30
# Enabling emails on push
2021-02-22 17:27:13 +05:30
By enabling this service, you receive email notifications for every change
2019-02-15 15:39:39 +05:30
that is pushed to your project.
2017-08-17 22:00:37 +05:30
2020-04-22 19:07:51 +05:30
From the [Integrations page](overview.md#accessing-integrations)
2019-02-15 15:39:39 +05:30
select **Emails on push** service to activate and configure it.
2017-08-17 22:00:37 +05:30
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
2019-02-15 15:39:39 +05:30
The following options are available:
2017-08-17 22:00:37 +05:30
2021-02-22 17:27:13 +05:30
- **Push events** - Email is triggered when a push event is received.
- **Tag push events** - Email is triggered when a tag is created and pushed.
2019-03-02 22:35:43 +05:30
- **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.
2017-08-17 22:00:37 +05:30
2019-02-15 15:39:39 +05:30
| Settings | Notification |
| --- | --- |
| ![Email on push service settings](img/emails_on_push_service.png) | ![Email on push notification](img/emails_on_push_email.png) |