DEV Community

Christian Heilmann
Christian Heilmann

Posted on • Originally published at christianheilmann.com on

Sending email notifications from GitHub organisations to different emails

I'm part of a few organisations on GitHub and had one email address for notifications. This annoyed me as I didn't want company notifications to my personal account as I couldn't answer these. As it turns out, you can set up several email addresses in your GitHub account. In settings, go to Access > Emails and you can add more than one address.

The GitHub settings screen showing my emails and allowing me to add more

If you then go to the Notifications settings of GitHub and scroll all the way down to Custom Routing, you can define which organisation should send notifications to which email account.

The Custom Routing screen of Github

Thanks to my colleague Anton Ross for showing me this!

Top comments (1)

Collapse
 
andypiper profile image
Andy Piper

This is such a useful tip - I just set this up for my own account. Thanks for the pointer!