Thursday, May 23, 2019

email notification in github

  1. On GitHub, navigate to the main page of the repository.
  2. Under your repository name, click  Settings.
    Repository settings button
  3. Click Notifications.
    Notifications button in sidebar
  4. 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
  5. 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.
    Email secret textbox
  6. Optionally, select Send from author to have emails delivered using the committer's email address. Otherwise, emails are sent from noreply@github.com.
    Email author checkbox
  7. Click Save settings.



Reference

No comments:

Post a Comment