개발

Gmail SMTP 오류 | Could not connect to SMTP host : smtp.gmail.com port : 465

AM0530 2021. 5. 25. 13:35

1. 오류 내용 

mail send error : Sending failed;
	nested exception is:
		javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port:465;
	nested exception is:
    	java.net.ConnectionException: Connection timed out 

 

2. 해결방법 : 서버에서 tcp 465번 포트 허용처리 

자바코드의 원인이 아니었다.