Learn how to send your first email using Laravel.
.env
file:
mailers
array within your application’s config/mail.php
configuration file:
.env
file to use the Resend mail driver:
Resend
API facade.
/resend/webhook
URL path. The controller will dispatch a Laravel event that corresponds to a Resend event. For example, an email.delivered
event type will send an EmailDelivered
Laravel event.
https://8733-191-204-177-89.sa.ngrok.io/resend/webhook
App\Http\Middleware\VerifyCsrfToken
middleware or list the route outside of the web middleware group:
RESEND_WEBHOOK_SECRET
environment variable is set in your application’s .env
file. The Signing secret can be retrieved from your Resend dashboard.