Posted By:
elango_maragtham
Posted On:
Tuesday, May 29, 2001 08:04 PM
I have the same code snippet but it runs well ..
I have put my code here perhaps u can try this
Properties props = System.getProperties( ) ;
props.put("mail.smtp.host",mailserver);
props.put("mail.store.protocol","imap");
props.put("mail.transport.protocol","smtp");
Session session = Session.getDefaultInstance(props,null);
Message msg = new MimeMessage(session);