Create an API key
To start, create an API key from the Resend dashboard. Once you’ve done that, you’ll be able to use the API key as your password in Nova’s configuration file.Verify your domain
In order to send emails from any email address, you will need to verify your domain by adding a DNS record. After adding your domain in the Resend Dashboard, you will need to add several DNS records from your domain registrar (where you bought the domain name). After that’s complete and Resend has verified that everything is correct, you can configure Nova.Update Nova’s email configuration
After you’ve completed the above steps, you can update Nova’s email configuration file found atapplication/config/email.php
with the following information:
application/config/email.php
If something above doesn’t work, it’s possible that changes have been made to Resend’s SMTP integration. You can view their documentation for the latest version of the SMTP integration instructions.