The appender should have 2 new configuration properties: - smtpUsername - smtpPassword
The AbstractEmailBugReportAppender class should be modified so that the authentication is set: email.setAuthentication(smtpUsername, smtpPassword);
Log in to post a comment.