Skip to content

Commit

Permalink
Update dnsconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored May 16, 2024
1 parent 8ab61b6 commit bd3ef4e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,17 @@ D(
parts: [
"v=spf1",
"include:_spf.google.com", // GSuite
"include:amazonses.com", // Amazon SES (Resend)
"include:stripe.com", // Stripe
// "include:amazonses.com", // Amazon SES (Resend)
// "include:stripe.com", // Stripe
// "include:mailgun.org", // Mailgun (forwards to GSuite)
"include:servers.mcsv.net", // Mailchimp
// "include:sendgrid.net", // SendGrid
"-all",
],
flatten: [
"amazonses.com", // Rationale: Amazon SES is used by Resend
"stripe.com", // Rationale: Stripe is used by custom email domains
"servers.mcsv.net",
// "amazonses.com", // Rationale: Amazon SES is used by Resend
// "stripe.com", // Rationale: Stripe is used by custom email domains
],
})

Expand Down

0 comments on commit bd3ef4e

Please sign in to comment.