Configure emails with Laravel Mail
.env
MAIL_MAILER=resend MAIL_FROM_ADDRESS="you@yourdomain.com" MAIL_FROM_NAME="${APP_NAME}" RESEND_API_KEY=re_xxxx # Get this from Resend dashboard
MAIL_MAILER=smtp MAIL_HOST=localhost MAIL_PORT=1025
http://localhost:8025