Skip to content

Commit

Permalink
create resend.com template
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jan 16, 2025
1 parent 9102659 commit fdb5c88
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resend.com.mail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"providerId": "resend.com",
"providerName": "Resend",
"serviceId": "mail",
"serviceName": "Mail",
"version": 1,
"syncPubKeyDomain": "resend.com",
"syncRedirectDomain": "resend.com",
"description": "Enable email signing and specify authorized senders.",
"logoUrl": "https://resend.com/static/brand/resend-wordmark-black.svg",
"records": [
{
"type": "MX",
"host": "send",
"pointsTo": "feedback-smtp.%region%.amazonses.com",
"ttl": 3600,
"priority": 10
},
{
"type": "TXT",
"host": "send",
"ttl": 3600,
"data": "v=spf1 include:amazonses.com ~all"
},
{
"type": "TXT",
"host": "send",
"ttl": 0,
"data": "p=%domainKey%"
}
]
}

0 comments on commit fdb5c88

Please sign in to comment.