Re: sending emails with authentication
Chris Burdess <[email protected]> Tue, 14 Sep 2010 11:46:41 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
Daniel Rindt wrote: >> GNU JavaMail does support both session-properties-based credentials >> and credentials supplied directly to Store.connect - please view the >> README if you are unsure. > I tested now a different Mailserver and this is working as expected. = But > how can i see what is going wrong with the mailserver i want to use? = See > above, i don't get any information about whats going wrong there. = Maybe > this is a TLS issue? TLS shouldn't make any difference. We switched over the logging to use = the java.util.logging framework a while ago - although setDebugOut = should override that, perhaps there is a problem there. You could always = try using a standard logging.properties file with the debug levels you = need. --=20 Chris Burdess