grep
grep

Reputation: 5623

how to configure email SMTP server in Jenkins?

I am newbie with Jenkins.

Where is email server (SMTP server and etc) configuration page? Should I install any plugin?

Best reagards

Upvotes: 2

Views: 14250

Answers (2)

Divya Nambiar
Divya Nambiar

Reputation: 149

Manage Jenkins -> Configure System -> E-mail Notification or Manage Jenkins -> Configure System -> Extended E-mail Notification if you need extended capabilities Fill SMTP details: enter image description here

Upvotes: 0

NotAgain
NotAgain

Reputation: 1977

Go to Jenkins->Manage Jenkins -> Configure System -> Scroll down to find E-mail notification. Put your SMTP server details there.

Upvotes: 7

Related Questions