@Test
public void lmtpTest() throws IOException
{
initAccount();
SMTPClientTransportFactory transportFactory = NettyLMTPClientTransportFactory.createNio();
SMTPClientTransport transport = transportFactory.createPlain();
SMTPDeliveryAgent c = new LMTPDeliveryAgent(transport);
SMTPDeliveryAgentConfigImpl conf = new SMTPDeliveryAgentConfigImpl();
conf.setConnectionTimeout(2);
conf.setResponseTimeout(2);