forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaiprospectscout.com.mail.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathaiprospectscout.com.mail.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
43
44
{
"providerId": "aiprospectscout.com",
"providerName": "AI ProspectScout",
"serviceId": "mail",
"serviceName": "AI ProspectScout Email",
"syncPubKeyDomain": "aiprospectscout.com",
"version": 2,
"logoUrl": "https://aisdr-oceanix.lovable.app/placeholder.svg",
"description": "Configures DNS records for AI ProspectScout outbound email sending (DKIM, SPF, MX) and inbound reply routing.",
"variableDescription": "dkimKey: DKIM public key for email signing. region: AWS SES region for SPF/MX.",
"syncPubKeyDomain": "aiprospectscout.com",
"syncBlock": false,
"shared": false,
"multiInstance": true,
"records": [
{
"type": "TXT",
"host": "resend._domainkey",
"data": "p=%dkimKey%",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "p="
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:amazonses.com"
},
{
"type": "MX",
"host": "@",
"pointsTo": "feedback-smtp.%region%.amazonses.com",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "reply",
"pointsTo": "inbound-smtp.resend.com",
"priority": 10,
"ttl": 3600
}
]
}