From 72baceebc98cb04c1b4865cc76867132a655ba87 Mon Sep 17 00:00:00 2001 From: 7op3 <134126156+7op3@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:13:47 +0100 Subject: [PATCH] Update seven.json to (hopefully) support emails --- domains/seven.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/domains/seven.json b/domains/seven.json index bcf2eb2b2..ecf26ee51 100644 --- a/domains/seven.json +++ b/domains/seven.json @@ -6,7 +6,13 @@ }, "record": { - "CNAME": "7op3.github.io" + "CNAME": "7op3.github.io", + "MX": [ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ], + + "TXT": ["sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw","v=spf1 include:simplelogin.co ~all"] } } - \ No newline at end of file +