OVH で javax メールを使用することは可能ですか? Yahoo メールではできますが、OVH で使用しようとすると、次のエラーが発生します。
at org.springframeworkjavax.mail.MessagingException: Exception reading response; ネストされた例外: java.net.SocketException: Connection reset
接続プロパティは次のとおりです。
properties.put("mail.smtp.starttls.enable", "true");
properties.put("mail.smtp.host", host);
properties.put("mail.smtp.user", from);
properties.put("mail.smtp.password", pass);
properties.put("mail.smtp.port", "465");
properties.put("mail.smtp.auth", "true");
properties.put("mail.imap.ssl.enable", "true");
ここで私が間違っているところを誰かが見ることができれば...
ありがとう。