banner
xwah

或跃在渊

twitter
github
email

resend Adding Domain Name Filling the Gap

After adding the domain to resend, it has been in a verification state. I waited for five days and couldn't bear it. I looked at the official documentation and found a small note in another place. Dizzy.

Goal#

Add a domain to successfully send emails.

Process#

  1. Directly copy the prompted fields to the DNS service provider for adding.
  2. Found that it didn't take effect for a long time.
  3. Check the official documentation and found the pit.
  4. Fill it in correctly.
Omit your domain from the record values in Resend when you paste.
Instead of bounces.example.com, paste only bounces
(or bounces.subdomain if you’re using a subdomain).

This means that you only need to add bounces.subdomain, not bounces.subdomain.domain.

Omit your domain from the record values in Resend when you paste.
Instead of resend._domainkey.example.com, paste only resend._domainkey
(or resend._domainkey.subdomain if you’re using a subdomain).

No need to include the subdomain in the field anymore.
image

Summary#

  • RTFM read the fuxking manual is indeed the truth 😁
  • Don't blindly trust the information provided.
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.