Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zopete
  • Order by date
  1. zopete

    How change smtp port in javamail

    try this: > Properties props = new Properties(); > props.put("mail.smtp.host", host); > props.put("mail.smtp.port", port); > Session session = Session.getDefaultInstance(props, null); > Message msg = new MimeMessage(session); > msg.setFrom(new InternetAddress(from))...

Part and Inventory Search

Back
Top