Interface IMailConfigurationUpdatable


public interface IMailConfigurationUpdatable
Mail configuration
Author:
I-D Media AG
  • Method Details

    • enableTlsProtocol

      void enableTlsProtocol(boolean bValue)
    • setSmtpServer

      void setSmtpServer(@NotNull @NotNull String sValue)
      Set the server address
      Parameters:
      sValue -
    • setSmtpPort

      void setSmtpPort(int nPort)
      Set the smptPort
      Parameters:
      nPort -
    • setSmtpFrom

      void setSmtpFrom(@NotNull @NotNull String sValue)
      Set the Sender EMail address (list may be space separated)
      Parameters:
      sValue -
    • setSmtpErrorInfoTo

      @NotNull void setSmtpErrorInfoTo(@NotNull @NotNull String sValue)
      Set the Admin address to receive log error messages.
      Parameters:
      sValue -
    • setSmtpAuth

      void setSmtpAuth(boolean bValue)
      Use SMTP authentication
      Parameters:
      bValue -
    • setSmtpUser

      void setSmtpUser(@NotNull @NotNull String sValue)
      Set the SMTP User
      Parameters:
      sValue -
    • setSmtpPass

      void setSmtpPass(@NotNull @NotNull String sPassword)
      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 -