오류를 개발새발
Request processing failed; nested exception is org.springframework.mail.MailSendException: Failed to close server connection after message failures; nested exception is javax.mail.MessagingException: Can't send command to SMTP host;
휴일이
2023. 1. 16. 12:56
가입 인증 메일을 보내는 기능을 만드는데
메일이 발송되지 않는 오류가 발생했다
나는 네이버 메일을 쓰고 있었는데
아마 뭔가 설정이 잘못된 거 같아서 쳐보니
spring.mail.username=아이디@naver.com
네이버는
네이버아이디@naver.com 이렇게
이메일 주소를 완전히 붙여줘야 잘 돌아간다고 한다...
전에 했던 건 안 붙여도 잘 됐는데
이번엔 또 붙여야만 되는 거니..?
728x90