Configure multiple smtp server on Jenkins

Hi, expert,

Is there any way to add multiple SMTP servers under Manage Jenkins > Configure System > Extended E-mail Notification.

Thank you.

No, not currently.

But why would you want to do that? The smtp protocol takes care for distributing the mails. If you wnat it for redundancy etc. you probably should just run a local smtp agent ( sendmail or postfix come to mind) that do the work.

Björn