From b783f491d44f652df8d2e7b8041010f2e8650a37 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:19:19 +0700 Subject: [PATCH] Create mail.acey.json --- domains/mail.acey.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/mail.acey.json diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..d4a09b188 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com", + "discord": "AceyGoesBoom#3141 + }, + "description": "Email for personal website", + "repo": "https://github.com/AceyDoCodes", + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}