From 17f4bb508e440dc23c80c36ad6f331d6544f11a2 Mon Sep 17 00:00:00 2001 From: PhoenixOrigin <85183285+PhoenixOrigin@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:32:22 +0100 Subject: [PATCH] Modify email + add email forwarding --- domains/phoenix.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 0b133cdb1..2df38dc56 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -1,9 +1,11 @@ { "owner": { "username": "PhoenixOrigin", - "email": "amoghnrathi@outlook.com" + "email": "phoenixorigin171@gmail.com" }, "record": { - "A": ["130.162.166.134"] + "A": ["130.162.166.134"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=phoenixorigin171@gmail.com" } }