Hello, I am using the almost latest Jenkins release and have a question on 
configuration email notification. Why are there only two fields for this?


I unchecked the SSL box for a quick test. and received this error message 
below. I put in my gmail user name and password.

Failed to send out e-mail

com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS 
command first. fn8sm222212pad.15 - gsmtp

        at 
com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057)
        at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
        at javax.mail.Transport.send0(Transport.java:195)
        at javax.mail.Transport.send(Transport.java:124)
        at hudson.tasks.Mailer$DescriptorImpl.doSendTestMail(Mailer.java:522)



I did some searched and some people said in Java code these two should be 
added:

smtp.auth=true
smtp.STARTTLS.enable=true

But there is no such options in the settings. Right?


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6dde86f7-9c06-4e87-a8f1-ec36dc69a220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to