You can configure a repository to send you email via the email service every time a GitHub Enterprise user pushes to it.

You must have admin access to configure repository services, and email must be enabled on your Enterprise instance for you to receive email notifications. For more information, contact your Enterprise site administrator.

Emails sent by the email service are different from regular notifications; they don't show up on the web, and they provide different contextual information.

Email services send the following information:

  • The name of the repository where the commit was made.
  • The branch a commit was made in.
  • The SHA1 of the commit, including a link to the diff in GitHub Enterprise.
  • The author of the commit.
  • The date when the commit was made.
  • The files that were changed as part of the commit.
  • The commit message.

You will only receive email notifications if outbound email support is enabled on your GitHub Enterprise instance. For more information, contact your site administrator.

Enabling email service notifications for pushes to your repository

  1. On GitHub Enterprise, navigate to the main page of the repository.

  2. Under your repository name, click Settings. Repository settings button

  3. Click Integrations & Services. Integrations and services selection

  4. Click Add service, then type "Email." Add service menu

  5. Type up to two email addresses, separated by whitespace, where you'd like notifications to be sent. If you'd like to send emails to more than two accounts, set one of the email addresses to a group email address. Email address textbox
  6. If you operate your own server, you can verify the integrity of emails via the Secret token. This token is sent with the email as the Approved header. If the Approved header matches the token you sent, you can trust that the email is from GitHub Enterprise. Email secret textbox
  7. Optionally, select Send from author to have emails delivered using the committer's email address. Otherwise, emails are sent from the no-reply email address configured by your site administrator. Email author checkbox
  8. Click Add service. Email add service

Disabling email service notifications for pushes to your repository

  1. On GitHub Enterprise, navigate to the main page of the repository.

  2. Under your repository name, click Settings. Repository settings button

  3. Click Integrations & Services. Integrations and services selection

  4. Under "Services", next to your added email service, click . Delete email service

Further reading