메일발송
- 작성자 :
- 최*준
- 작성일 :
- 2013-12-02 15:59:33
- 조회수 :
- 3,114
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
회원가입시 메일발송하여 인증하는 기능구현중인데...
사용방법을 잘 모르겠습니다.
첨부파일식으로 했는데 자꾸 에러가 발생하네요 에러는
org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:587
org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:25
뭐 이런식으로 맨위에 뜹니다.
사용방법을 잘 모르겠습니다.
첨부파일식으로 했는데 자꾸 에러가 발생하네요 에러는
org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:587
org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:25
뭐 이런식으로 맨위에 뜹니다.
A
안녕하세요. 최민준님.
질문에서 언급하신 에러로 보아
사용하시려는 메일서버의 인증이나 포트설정에 관한 코드가 필요한 것으로 보입니다.
아래의 링크에서 인증처리 부분을 참고하시길 바랍니다.
http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:rte2:fdl:mail
고맙습니다. 좋은 하루 되시길 바랍니다.
질문에서 언급하신 에러로 보아
사용하시려는 메일서버의 인증이나 포트설정에 관한 코드가 필요한 것으로 보입니다.
아래의 링크에서 인증처리 부분을 참고하시길 바랍니다.
http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:rte2:fdl:mail
고맙습니다. 좋은 하루 되시길 바랍니다.