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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
1.3 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
2021-10-27 15:23:28 +05:30
stage: Ecosystem
group: Integrations
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
---
2021-04-17 20:07:23 +05:30
# Enabling emails on push **(FREE)**
2017-08-17 22:00:37 +05:30
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
2022-06-21 17:19:12 +05:30
To enable emails on push:
2017-08-17 22:00:37 +05:30
2022-06-21 17:19:12 +05:30
1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select **Settings > Integrations**.
1. Select **Emails on push**.
1. In the **Recipients** section, provide a list of emails separated by spaces or newlines.
1. Configure the following options:
2017-08-17 22:00:37 +05:30
2022-06-21 17:19:12 +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.
- **Send from committer** - Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as `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 |
| --- | --- |
2021-04-29 21:17:54 +05:30
| ![Email on push service settings](img/emails_on_push_service_v13_11.png) | ![Email on push notification](img/emails_on_push_email.png) |