From ddfcea8e2d5e3be087b1ddff96d29161de8f40f3 Mon Sep 17 00:00:00 2001 From: ItzArman09 <100463136+ItzArman09@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:20:15 +0530 Subject: [PATCH] Create mail.arman.json --- domains/mail.arman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.arman.json diff --git a/domains/mail.arman.json b/domains/mail.arman.json new file mode 100644 index 000000000..9e716b82f --- /dev/null +++ b/domains/mail.arman.json @@ -0,0 +1,12 @@ +{ + "description": "Mail For My Website", + "owner": { + "username": "ItzArman09", + "email": "itz.armxn@outlook.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}