Package net.anwiba.commons.mail
Interface IMailSender
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
MailSender
public interface IMailSender extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsend(IMail mail)
-
-
-
Method Detail
-
send
void send(IMail mail) throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.io.IOException
-
-