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.RemoteException
SmtpServer getSmtpConfiguration() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateSmtpConfiguration(SmtpServer cfg) throws java.rmi.RemoteException
java.rmi.RemoteException