Resend Mailer not working

@charliem I got started earlier on an update to the Redwood + Resend Example app here: GitHub - redwoodjs/resend-redwoodjs-example at dt-redwood-mailer

Typically, I prefer to use Redwood Mailer in dev to send to Studio (to prevent live mail leaking out in wild … and to design my email templates) and then deploy and use Resend.

That said, can see here that I am forcing it always to send with the resend handler here:

As I work on this example app I’ll be updating as I learn the best pattern sand then also revise the docs to be more helpful – or PRs for docs are super welcome and much appreciated.

The docs live here: https://github.com/redwoodjs/redwood/blob/main/docs/docs/mailer.md

Thanks for trying out mailer – the Studio integration is really great.

Just do: yarn rw experimental studio

FYI in v7 rc we’ll have more Studio updates.