TGenerateEmailConfirmationTokenArgs Class
Arguments passed to the OnGenerateEmailConfirmationToken event, fired when Sphinx has generated a token to confirm a user's email address.
Remarks
The event handler is responsible for delivering the Token to the user, typically by sending an email to the address being confirmed so the user can complete the confirmation.
Syntax
Unit: Sphinx.EventArgs
TGenerateEmailConfirmationTokenArgs = class(TSphinxModuleArgs);