| Hi, I see in the docs (http://logback.qos.ch/manual/appenders.html) it says "SMTP email transmission (sending) is performed asynchronously". I'm looking on grepcode.com at version 1.2.25. I can't see how it is sending asynchronously. SMTPAppender.java ... } Transport.java public static voidthrows MessagingException { msg.saveChanges(); send0(msg, addresses); transport = s.getTransport(addresses[0]); transport.connect(); transport.sendMessage(msg, addresses); transport.close(); ... } |
_______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
