From cdbcec32aebb73b24fb18496744f5461193bd090 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:32:27 +0530 Subject: [PATCH] Added Email forwarding to Discord --- domains/mail.om.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/mail.om.json diff --git a/domains/mail.om.json b/domains/mail.om.json new file mode 100644 index 000000000..2cb45d699 --- /dev/null +++ b/domains/mail.om.json @@ -0,0 +1,19 @@ +{ + "repo": "https://github.com/omxpro/portfolio-cf", + "description": "My email forwarder to discord", + "owner": { + "username": "omxpro", + "email": "omsenjalia+email@gmail.com", + "discord": "OmxproYT#1165" + }, + "record": { + "A": [ + "198.27.83.178" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}