Interface UserEmailVerifier.TokenSender

    • Method Detail

      • send

        void send​(User user,
                  String emailAddress,
                  String token)
        Send token by email.
        Throws:
        EmailException - if email can't be sent for some reason