Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
672 views
in Technique[技术] by (71.8m points)

smtp - Jenkins E-Mail Notification Throwing java.net.UnknownHostException Regardless of Configuration

As the title suggests, I've tried configuring my Jenkin's E-Mail Notification's settings with an Outlook and Gmail email, but regardless of the account or settings, I see the below error when attempting to test it. I've tried pretty much every Outlook and Gmail port mentioned on the internet, but none of them work and give me the same error. I'm sure my credentials are correct on both accounts.

Mailer Plugin: 1.32.1

Email Extension Plugin: 2.81

java.net.UnknownHostException: XXX

    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

    at java.net.PlainSocketImpl.connect(Unknown Source)

    at java.net.SocksSocketImpl.connect(Unknown Source)

    at java.net.Socket.connect(Unknown Source)

Any Help would be appreciated. Thanks!

question from:https://stackoverflow.com/questions/66051977/jenkins-e-mail-notification-throwing-java-net-unknownhostexception-regardless-of

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...