From 22fe40b0b7d97997994527a145455d11343283d4 Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:55:27 +0200 Subject: [PATCH] create a presonal mail --- domains/gornostay25.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 4de2d7fc3..482386f70 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,9 +1,14 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { - "CNAME": "gornostay25.github.io" + "CNAME": "gornostay25.github.io", + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] } }