Skip to content

ex_events

KernelDeimos edited this page Nov 6, 2024 · 1 revision

core.email.validate

This event is emitted when an email is being validated. The event can be used to block certain emails from being validated.

Property email

the email being validated

  • Type: string
  • Mutability: no-effect
  • Notes: undefined
    • The email may have already been cleaned.

Property allow

whether the email is allowed

  • Type: boolean
  • Mutability: mutable
  • Notes: undefined
    • If set to false, the email will be considered invalid.

Init

Utilities

Extension API

Clone this wiki locally