Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what should I put on props.put() on java mail

newnetNov 18 2008 — edited Apr 10 2009
props = System.getProperties();

props.put("mail.smtp.host",this.SMTP);
session = Session.getDefaultInstance(props, null);
}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2009
Added on Nov 18 2008
6 comments
437 views