I tried to configure jenkins to send email notification with gmail as the POP provider but I could not succeed
SMTP server - pop.gmail.com
Default user e-mail suffix - @gmail.com
Sender E-mail Address - Foobar CI <[email protected]>
Use SMTP Authentication - yes
User Name - your.email
Password - p******d
Use SSL - yes
SMTP Port - 995
Reply-To Address - [email protected]
Charset - UTF-8
Test failed with : Connection refused
javax.mail.MessagingException: Could not connect to SMTP host: pop.gmail.com, port: 995;
nested exception is:
java.net.ConnectException: Connection refused: connect
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…