EmailVerifiedEvent
in package
implements
IEvent
Event fired when a user successfully verifies their email address.
This event is triggered when a user clicks the verification link in their email and their email address is confirmed.
Use cases:
- Send welcome email after verification
- Trigger onboarding workflows
- Grant additional permissions or access
- Track email verification rates and timing
- Enable email notifications for the user
- Update user status and analytics
Table of Contents
Interfaces
- IEvent
- Core event interface for the Neuron event system.
Properties
Methods
- __construct() : mixed
- getName() : string
Properties
$user read-only
public
User
$user
Methods
__construct()
public
__construct(User $user) : mixed
Parameters
- $user : User
-
User whose email was verified
getName()
public
getName() : string