Interface IMailConfigurationUpdatable
public interface IMailConfigurationUpdatable
Mail configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidenableTlsProtocol(boolean bValue) voidignoreSecionsInMails(boolean bIgnore) Ignore sections in notification mailsvoidsetLimitMailsPerUser(boolean bValue) Limit the number of mails per uservoidsetSmtpAuth(boolean bValue) Use SMTP authenticationvoidsetSmtpErrorInfoTo(@NotNull String sValue) Set the Admin address to receive log error messages.voidsetSmtpFrom(@NotNull String sValue) Set the Sender EMail address (list may be space separated)voidsetSmtpPass(@NotNull String sPassword) Set the SMTP password (encrypted!)voidsetSmtpPort(int nPort) Set the smptPortvoidsetSmtpServer(@NotNull String sValue) Set the server addressvoidsetSmtpUser(@NotNull String sValue) Set the SMTP User
-
Method Details
-
enableTlsProtocol
void enableTlsProtocol(boolean bValue) -
setSmtpServer
Set the server address- Parameters:
sValue-
-
setSmtpPort
void setSmtpPort(int nPort) Set the smptPort- Parameters:
nPort-
-
setSmtpFrom
Set the Sender EMail address (list may be space separated)- Parameters:
sValue-
-
setSmtpErrorInfoTo
Set the Admin address to receive log error messages.- Parameters:
sValue-
-
setSmtpAuth
void setSmtpAuth(boolean bValue) Use SMTP authentication- Parameters:
bValue-
-
setSmtpUser
Set the SMTP User- Parameters:
sValue-
-
setSmtpPass
Set the SMTP password (encrypted!)- Parameters:
sPassword-
-
setLimitMailsPerUser
void setLimitMailsPerUser(boolean bValue) Limit the number of mails per user- Parameters:
bValue-
-
ignoreSecionsInMails
void ignoreSecionsInMails(boolean bIgnore) Ignore sections in notification mails- Parameters:
bIgnore-
-