diff --git a/resend.com.mail.json b/resend.com.mail.json new file mode 100644 index 00000000..c3b1170d --- /dev/null +++ b/resend.com.mail.json @@ -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": "SPFM", + "host": "send", + "ttl": 3600, + "spfRules": "include:amazonses.com" + }, + { + "type": "TXT", + "host": "send", + "ttl": 3600, + "data": "p=%domainKey%" + } + ] +}