-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathapexsales.ai.mailgun.json
More file actions
50 lines (50 loc) · 1.06 KB
/
apexsales.ai.mailgun.json
File metadata and controls
50 lines (50 loc) · 1.06 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
45
46
47
48
49
50
{
"providerId": "apexsales.ai",
"providerName": "Apex Sales",
"serviceId": "mailgun",
"serviceName": "Email Verification",
"version": 2,
"logoUrl": "https://caspiansol.com/assets/caspian-new-logo-ibH7uW8J.png",
"description": "Configures Mailgun for mg.apexsales.ai",
"syncRedirectDomain": "conv.apexsales.ai",
"syncPubKeyDomain": "conv.apexsales.ai",
"records": [
{
"type": "SPFM",
"host": "mg",
"spfRules": "include:mailgun.org"
},
{
"type": "TXT",
"host": "krs._domainkey.mg",
"data": "%dkim_value%",
"ttl": 3600
},
{
"type": "MX",
"host": "mg",
"pointsTo": "mxa.mailgun.org",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "mg",
"pointsTo": "mxb.mailgun.org",
"priority": 10,
"ttl": 3600
},
{
"type": "CNAME",
"host": "email.mg",
"pointsTo": "mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc.mg",
"data": "v=DMARC1; p=none;",
"ttl": 3600
}
]
}