Class MailingListComponent

    • Constructor Detail

      • MailingListComponent

        public MailingListComponent​(String componentId)
    • Method Detail

      • checkSender

        public boolean checkSender​(String email)
        Description copied from interface: MessageListener
        Checks if the sender is authorized to send to this mailing list.
        Specified by:
        checkSender in interface MessageListener
        Returns:
        true if the sender is authorized - false otherwise.
      • getComponentId

        public String getComponentId()
        Description copied from interface: MessageListener
        Returns the Silverpeas component's id. This is used to save attachements.
        Specified by:
        getComponentId in interface MessageListener
        Returns:
        the Silverpeas component's id.