gitlab-org--gitlab-foss/doc/user/project/integrations/emails_on_push.md
George Thomas 32401535b9
Improve email address parsing
If you enter the following RFC 2822 compliant address:
`John Doe <john@doe.com>`

Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com

With this change given the following:
`John Doe <johndoe@example.com>`
`Jane Doe <janedoe@example.com>`

Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
2018-07-19 12:37:59 +05:30

948 B

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 and select the Emails on push service to configure it.

In the Recipients area, provide a list of emails separated by spaces or newlines.

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