The Problem
You’re using the defaultresend.dev domain while sending to email addresses other than your own.
Example scenario:
- Your API request uses
from: '[email protected]' - You’re trying to send to recipients other than your own email address
Why This Happens
Theresend.dev domain is only available for testing purposes and can only send emails to the email address associated with your Resend account. This restriction helps protect domain reputation and ensures proper email deliverability.
Solution
To send emails to recipients other than your own email address, you need to add and verify your own domain in Resend:- Go to the Domains page in your Resend dashboard
- Click Add Domain
- Enter your domain name
- Follow the verification steps to add the required DNS records
- Once verified, update your API request to use your verified domain
For detailed instructions on verifying your domain, check out our domain
verification guide or the DNS guide for your
specific provider.
Still Having Issues?
If you’ve verified your domain and updated your API request but you’re still getting a 403 error:- Verify that your domain is fully verified in the Resend Domains page.
- Ensure the domain in your API request’s
fromfield uses your verified domain (notresend.dev). - Make sure you’re not trying to send to your own email address when using
resend.dev. - Contact Resend support with details about your error.