public interface ISmtpServerTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
SmtpServer |
getSmtpConfiguration() |
void |
testSmtpConfiguration(SmtpServer smtpServer,
java.lang.String recipient,
java.lang.String subject,
java.lang.String message) |
void |
updateSmtpConfiguration(SmtpServer cfg) |
void testSmtpConfiguration(SmtpServer smtpServer, java.lang.String recipient, java.lang.String subject, java.lang.String message) throws java.rmi.RemoteException
java.rmi.RemoteExceptionSmtpServer getSmtpConfiguration() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateSmtpConfiguration(SmtpServer cfg) throws java.rmi.RemoteException
java.rmi.RemoteException