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 gkittelson 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: *

  1. 191085

    javax.mail.Transport

    Thank you, sedj. The session and methods are correct. Thanks to your advance I found the numbers of errors - one is 504 (authentification, so it's quite easy to solve once you know what it is) and the second - 554 (which I do not know what to do with; but at least I know what is wrong here).
  2. 191085

    javax.mail.Transport

    I've got that problem with email client. I used the class Transport and method send(), but it doesn't send any message. There is an error somewhere but I cannot figure out where. Here is a part of the code: Message newMessage = new MimeMessage(session); newMessage.setFrom(new...

Part and Inventory Search

Back
Top