I am used to subversion, where the collaborate group would receive an email whenever someone commits. Is there a similar feature on GitHub, so the people working on the repository receives an email whenever a user pushes their changes?
Here is the simplest solution I've found:
1) Log in to your gitHub account on github.com
2) In the main tab click on Settings
3) From the main navigation of Services find Email and click it
4) Fill in your email address in field Address
5) Check the checkbox Send from Author
6) Check the checkbox Active
7) Click on Update Settings
Optional: You can click on Test Hook for testing, check your inbox you should receive email. -> Will become available when you finish Update Settings in step 7)
Also there are images made according to the process:
And now for the grand final I have the answer which is tested and approved at my side.
How to send email to ALL development team members, when gitHub's Service Hooks->Email allows only at most 2 recipients }.
The answer is combination of Service Hook->Email @ GitHub && Google groups
2018 update: github will discontinue this service in Oct 2018