Package ru.slie.luna.mail.outgoing
Interface OutgoingMailServer
- All Superinterfaces:
WithId
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()getName()getPort()voidsetDescription(String description) voidsetDisableCertVerification(Boolean disableCertVerification) voidsetEncryption(MailEncryption encryption) voidsetFromEmail(String fromEmail) voidvoidvoidsetPassword(String password) voidvoidsetSubjectPrefix(String subjectPrefix) voidsetTimeout(Integer timeout) voidsetUsername(String username)
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getFromEmail
String getFromEmail() -
getSubjectPrefix
String getSubjectPrefix() -
getHost
String getHost() -
getPort
Integer getPort() -
getTimeout
Integer getTimeout() -
getEncryption
MailEncryption getEncryption() -
getDisableCertVerification
boolean getDisableCertVerification() -
getUsername
String getUsername() -
getPassword
String getPassword() -
setName
-
setDescription
-
setFromEmail
-
setSubjectPrefix
-
setHost
-
setPort
-
setTimeout
-
setEncryption
-
setDisableCertVerification
-
setUsername
-
setPassword
-