Send Email

Hi, I have a custom CRUD for user. May I know the method to be called once the user is created when sending an email for creds?

Currently, I am using the handleRecordCreation in CreateUser file and used the $user->resetPassword() method (for testing only) in Panel\Concerns\HasAuth but no luck.

Updated, I've used custom email using Laravel Notification.
Solution
Updated, I've used custom email using Laravel Notification
Was this page helpful?