public interface Transmitter
Modifier and Type | Method and Description |
---|---|
void |
transmit(Mail mail)
Sends mail asynchronously.
|
void transmit(Mail mail) throws LocalMailSystemException
LocalMailSystemException
- if it cannot accept the mail, e.g. because the disk is full.