[JIRA] Resolved: (LBCORE-17) SMTPAppenderBase: authentication options request

[ http://jira.qos.ch/browse/LBCORE-17?page=com.atlassian.jira.plugin.system.is... ] Ceki Gulcu resolved LBCORE-17. ------------------------------ Fix Version/s: 0.9.10 Resolution: Fixed Fixed. Added support for plain user password authentication. Furthermore, support for both STARTTLS and SSL connections were added. Note that STARTTLS differs from SSL in that, in STARTTLS, the connection is non-encrypted in the beginning and only after the STARTTLS command is issued by the client (if the server supports it) does the connection switch to SSL. In SSL mode, the connection is SSL from the start.
SMTPAppenderBase: authentication options request ------------------------------------------------
Key: LBCORE-17 URL: http://jira.qos.ch/browse/LBCORE-17 Project: logback-core Issue Type: Bug Components: Appender Affects Versions: unspecified Environment: Operating System: All Platform: PC URL: http://www.nabble.com/Re%3A-SMTPAppender%3A-authentication-option-missing--p... Reporter: Hung Tang Assignee: Logback dev list Priority: Blocker Fix For: 0.9.10
I'm trying to use the SMTPAppender but my SMTP server requires that I authenticate, and it appears that SMTPAppenderBase do not provide the necessary authentication options. I also notice that SMTPAppenderBase uses Transport.send(), and no where does it use transport.connect(...) that accepts username and password.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (1)
-
Ceki Gulcu (JIRA)