Interface CustomEmailMappingService

    • Method Detail

      • addCustomMapping

        void addCustomMapping​(String from,
                              String to)
        Add custom mapping
        Parameters:
        from -
        to -
      • deleteCustomMapping

        void deleteCustomMapping​(String from,
                                 String to)
        Delete custom mapping
        Parameters:
        from -
        to -
      • getEmailMappingKeys

        List<String> getEmailMappingKeys()
        Gets the list of email mapping keys
        Returns:
        Email mapping keys
      • registerEMailMappingKey

        void registerEMailMappingKey​(String emailMappingKey)
        Registers an email mapping key with the existing list of email mapping keys
        Parameters:
        emailMappingKey - emailMappingKey to register