Class SendTestEmailProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SendTestEmailProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Test a e-mail template by sending it to the given list of receiver e-mails.
    Since:
    12.1.0
    Version:
    $Revision: 23264 $ $Date: 2019-10-09 18:06:18 -0300 (Wed, 09 Oct 2019) $
    • Constructor Detail

      • SendTestEmailProcessActionHandler

        public SendTestEmailProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException