Jobin
Jobin

Reputation: 326

How to send email from jenkins server

I have developed a web applications (WebApp) which has a mail listener and is waiting from a mail from my Jenkins server. How do I configure Jenkins server to send mail . Assume that my WebApp has a unique mail id allocated.

Upvotes: 0

Views: 128

Answers (1)

Slav
Slav

Reputation: 27485

  • http://<your.jenkins.server.url>/configure
  • Configure SMTP settings

Upvotes: 1

Related Questions