: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587;
третий день пытаюсь настроить регистрацию с использованием JavaMailSender. Может встречался кто-то с похожей ошибкой?
Gmail не предназначено для этого
я уже все почты использовал
Какую регистрацию?
Код покажи
https://pastebin.com/xHESMQTN
это пробовал? https://stackoverflow.com/a/73304160/
залочена эта функция
есть еще nested exception rоторые ты не скопировал из логов?
2023-11-13 14:39:39.354 ERROR 2060 --- [nio-8080-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message. Failed messages: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message; message exceptions (1) are: Failed message 1: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message] with root cause javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
разобрался, создал пароль для приложений. Но все по-прежнему
так попробуй https://stackoverflow.com/a/72446096/ как пароль для приложения создал, если было недоступно?
надо было двухэтапную включить, чтобы разблочить
Обсуждают сегодня