Learn how to send your first email using the Symfony Resend Mailer Bridge.
.env.local
file, which you can create if needed, add the following:
API_KEY
with your Resend API key, and SIGNING_SECRET
with your webhook secret, which can be retrieved from the Resend dashboard after creating a new webhook endpoint (see below).
Mailer
:
$this->mailer
to send your email:
https://{app_domain}/webhook/mailer_resend
) in the Resend Dashboard: