From: Krzysztof B. <kb...@un...> - 2016-12-20 22:32:33
|
Dear Willem, W dniu 19.12.2016 o 17:15, Willem Elbers pisze: > Dear Krzysztof, > > recently we've switched from mail provider and our smtp settings changed > from STARTTLS to an TLS enabled smtp server. > > Does unity support TLS only smtp servers? I keep getting the following > errors: [CUT] > Smtp settings: > > Server: smtp.transip.email > Port: 465 > SSL: Enabled > Username: > Password: > > Any help is appreciated. Unity uses JavaMail, which does support smpts. What config settings in Unity are you using? The most important is to turn off start tls and to turn on ssl: mail.smtp.starttls.enable=false (or commented out) mail.smtp.ssl.enable=true From the error you get I'd suspect that some of those settings are wrong as you get an early connection error. See http://www.oracle.com/technetwork/java/javamail145sslnotes-1562622.html Best, Krzysztof |