From a3a5a775b1b9d6077c979de8994da8f254e3d685 Mon Sep 17 00:00:00 2001 From: toasty <89341766+toastyyyxd@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:39:47 +0800 Subject: [PATCH] Create mail.toasty.json --- domains/mail.toasty.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/mail.toasty.json diff --git a/domains/mail.toasty.json b/domains/mail.toasty.json new file mode 100644 index 000000000..3e46b1277 --- /dev/null +++ b/domains/mail.toasty.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "toastyyyxd", + "email": "asaeasaeasae.x10@gmail.com", + "discord": "577480703302959104" + }, + + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}