i got the solution for the problem myself
if any one encounter same problem ,
Just change
session = javax.mail.Session.geDefaultInstance(props,auth);
to
session = javax.mail.Session.getInstance(props,auth);
while using in more than one smtps,user,passwords etc in same JRE
bye
'JAVA > JEE' 카테고리의 다른 글
| weblogic 6.1 웹서비스 문제.(xmlns 가 1999 로 된다 ㅠㅠ) (0) | 2008/07/23 |
|---|---|
| [java mail] javax.mail.internet.ParseException 발생... (0) | 2007/07/06 |
| [java mail] access to default session denied 에러발생시... (1) | 2007/07/05 |
| http://xfire.codehaus.org/ (0) | 2006/11/01 |
| [JavaSE]EJB 3.0을 이용한 웹 서비스 개발 & 커스텀 빈을 이용한 GlassFish 관리 시스템 확장 (0) | 2006/06/02 |
| [펌]JMS(Java Messaging System) (0) | 2006/02/06 |
