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. KGarreis

    Problem with JavaMail on Tomcat

    sedj, thanks very much for your help. I haven't solved the problem yet, but I have a new starting point. You are correct, when you say that your test above is working fine, I tried it myself and it's working. It seems that the problem is not my code, but the surrounding intranet environment...
  2. KGarreis

    Problem with JavaMail on Tomcat

    OK, here is the code from the Java class, I think this will be the relevant part. Properties props = new Properties(); props.setProperty("mail.transport.protocol", "smtp"); props.setProperty("mail.host", sHost); props.setProperty("mail.user", sUser); props.setProperty("mail.password", sPass)...
  3. KGarreis

    Problem with JavaMail on Tomcat

    Hello, I'm currently trying to get the following scenario working: I have a HTML form fields for text input and a file upload field. On submit the content of the fields should be e-mailed to a certain address with the uploaded file as attachment. I realize this with a Java Servlet and Java...

Part and Inventory Search

Back
Top