public interface IMailSender extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
send(IMail mail) |
void send(IMail mail) throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.