Next, configure your preferred email driver to deliver the email verification link to the user mail.
For testing purposes, you can create an account on mailtrap.io and configure the mail settings on the .env file
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="your@gmail.com" MAIL_FROM_NAME="${APP_NAME}"