diff --git a/email-notification.md b/email-notification.md index 70ad1d8..786ddb4 100644 --- a/email-notification.md +++ b/email-notification.md @@ -63,3 +63,20 @@ default: user_name: "mitl-noreply@gmail.com" password: "mypassword" ``` + +## Jenkins + +- Goto `Manage Jenkins` > `System` +- Under `Email Notification`, settings + - SMTP server : `smtp.office365.com` + - Default user e-mail suffix : `@mitech-ltd.com.sg` + - Advanced + - Check `Use SMTP Authentication` + - User Name : `mitl-noreply@mitech-ltd.com.sg` + - Password : mypassword + - Check `Use TLS` + - SMTP Port : `587` + - Reply-To Address : `mitl-noreply@mitech-ltd.com.sg` +- Use `Test configuration` to test the setup + +![Email Notification](./images/00-email-jenkins.PNG) \ No newline at end of file diff --git a/images/00-email-jenkins.PNG b/images/00-email-jenkins.PNG new file mode 100644 index 0000000..f2784f2 Binary files /dev/null and b/images/00-email-jenkins.PNG differ