-
Notifications
You must be signed in to change notification settings - Fork 563
Expand file tree
/
Copy pathresend.com.mail.json
More file actions
42 lines (42 loc) · 952 Bytes
/
resend.com.mail.json
File metadata and controls
42 lines (42 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"providerId": "resend.com",
"providerName": "Resend",
"serviceId": "mail",
"serviceName": "Mail",
"version": 6,
"syncPubKeyDomain": "resend.com",
"syncRedirectDomain": "resend.com",
"description": "Enable email signing and specify authorized senders.",
"logoUrl": "https://cdn.resend.com/brand/resend-wordmark-black.svg",
"records": [
{
"groupId": "outbound",
"type": "MX",
"host": "%spfDomain%",
"pointsTo": "feedback-smtp.%region%.amazonses.com",
"ttl": 3600,
"priority": 10
},
{
"groupId": "outbound",
"type": "SPFM",
"host": "%spfDomain%",
"ttl": 3600,
"spfRules": "include:amazonses.com"
},
{
"groupId": "dkim",
"type": "TXT",
"host": "resend._domainkey",
"ttl": 3600,
"data": "p=%domainKey%"
},
{
"groupId": "click-tracking",
"type": "CNAME",
"host": "%clickTrackingSubdomain%",
"pointsTo": "%clickTrackingCnameTarget%.resend-dns.com",
"ttl": 3600
}
]
}