Skip to content

Commit 55c1c34

Browse files
authored
Merge pull request #34368 from RayeesYousufGenAi/main
Add Zoho Mail verification and MX records
2 parents 95901d3 + e0c2a05 commit 55c1c34

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

domains/rayeesyousuf.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88
"records": {
99
"A": [
1010
"75.2.60.5"
11+
],
12+
"TXT": [
13+
"zoho-verification=zb80347961.zmverify.zoho.in",
14+
"v=spf1 include:zohomail.in ~all"
15+
],
16+
"MX": [
17+
{
18+
"target": "mx.zoho.in",
19+
"priority": 10
20+
},
21+
{
22+
"target": "mx2.zoho.in",
23+
"priority": 20
24+
},
25+
{
26+
"target": "mx3.zoho.in",
27+
"priority": 50
28+
}
1129
]
1230
}
1331
}

0 commit comments

Comments
 (0)