Interface SendMailTask

All Superinterfaces:
PersistTask<Entity,Boolean>

public interface SendMailTask extends PersistTask<Entity,Boolean>
A task that sends additional E-Mails after a user registered using the EventRegistration Flow Task param: Registration Entity Task return value: Boolean that indicates whether a mail has been sent or not
  • Method Details

    • isRequired

      boolean isRequired()
      This is used for the calculation of the 'mail_required' flag. 'mail_required' will be set to false if the confirmation mail and all additional mail tasks that are required (isRequired == true) were sent.