[펌] http://forum.java.sun.com/thread.jspa?threadID=247536&messageID=913161
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
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 |
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 |