Merge pull request #14454 from animeshryu/main

Email Records setup for subdomain
This commit is contained in:
DIBSTER
2024-06-16 22:49:09 -04:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
{
"owner": {
"username": "animeshryu",
"email": "animeshryu@gmail.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}