View Single Post
  #3 (permalink)  
Old 03-26-2008, 05:13 PM
jschwartz73 jschwartz73 is offline
Junior Member
 
Posts: 5
Default

Thanks for your quick response.

I enabled the SMTP logging as directed. The results are below, the
last few lines just keep repeating.

Any help would be greatly appreciated. This will make an excellent email client once fully configured!

0 INFO [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
1482 INFO [main] log - jetty-6.1.5
1887 INFO [main] log - No Transaction manager found - if your webapp requires one, please configure one.
DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport ,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host "email.someemailserver.com", port 465, isSSL true
DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport ,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host "email.someemailserver.com", port 465, isSSL true
Reply With Quote