Jenkins email configuration
jenkins, smtp
Solution
Your exception says, that there is no SMTP server on `465` port
Uncheck SSL and use post `587`
Problem
Hi I have the following email configuaration for my jenkins. I can't get it to test the configuration for email SMTP SERVER: smtp.gmail.com Default user e-mail suffix: @gmail.com Use SMTP Authentication: checked username: "my full gmail id: password: "my gmail id password" Use SSL: Checked SMTP Port: 465 reply to address: noreply@gmail.com Charset: UTF8 Test email recipient: "my full email id" Can someone tell me why i still get the following error when i test configuration. I am using a windows 8 machine and tomcat as my server ``` Failed to send out e-mail javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465; nested exception is: java.net.ConnectException: Connection timed out: connect at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638 ```