From 47dc65c959cf3f94fc273badb9aba63fc89f8390 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Thu, 24 Apr 2025 15:13:08 -0500 Subject: [PATCH 1/2] Update securesandbox.json Add a new MX Record --- domains/securesandbox.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index 16a8aee12..df0c88618 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -6,7 +6,10 @@ "discord": "crowleycrowd" }, "records": { - "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "MX": [ + "feedback-smtp.us-east-1.amazonses.com", + " mx.smtp.dev" + ], "TXT": [ "v=spf1 include:amazonses.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB", From 14a37caffee77c5f4e9518eaf27ccfe1422c70e7 Mon Sep 17 00:00:00 2001 From: Efrenn Alba Date: Thu, 24 Apr 2025 15:13:43 -0500 Subject: [PATCH 2/2] Update securesandbox.json Update format --- domains/securesandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/securesandbox.json b/domains/securesandbox.json index df0c88618..d15d119ca 100644 --- a/domains/securesandbox.json +++ b/domains/securesandbox.json @@ -8,7 +8,7 @@ "records": { "MX": [ "feedback-smtp.us-east-1.amazonses.com", - " mx.smtp.dev" + "mx.smtp.dev" ], "TXT": [ "v=spf1 include:amazonses.com ~all",