Let's see how to configure e-mail notifications to send the status of job executions to specific stakeholders. Go to Manage Jenkins, click on Configure System, and configure the e-mail settings as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781787285965/graphics/assets/B07033_02_29.png)
In the Post-build Actions, select E-mail Notification and configure Recipients. Save it:
![](https://static.packt-cdn.com/products/9781787285965/graphics/assets/B07033_02_30.png)
We can send a notification if it is an unstable build and we can send an e-mail to the individual who has broken the build.
In the next section, we will see how continuous integration can be performed using Visual Studio Team Services (VSTS).