I am looking for instructions on how to configure the jenkins email plugin (ext-mail) to encrypt notifications? The uncle google did not help me too much.
I am looking for instructions on how to configure the jenkins email plugin (ext-mail)
Share
such feature is not out-of-box, you need custom ExtendedEmailPublisher for your needs.
you can get Recipients and Email message for sign/encrypt and call Transport.send(msg) at last.