@Test
@Ignore
// Unfortunately, there seems to be a problem with SubethaSMTP's implementation
// of startTLS. The same SMTPAppender code works fine when tested with gmail.
public void authenticatedSSL() throws Exception {
MessageListenerAdapter mla = (MessageListenerAdapter) WISER.getServer().getMessageHandlerFactory();
mla.setAuthenticationHandlerFactory(new TrivialAuthHandlerFactory());
smtpAppender.setSTARTTLS(true);
smtpAppender.setUsername("xx");
smtpAppender.setPassword("xx");