From 535e322c383e7a389fb99ebd063882c52fc25a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Br=C3=A4hler?= <58339175+antebrl@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:31:06 +0200 Subject: [PATCH] Create send.ante.json --- domains/send.ante.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/send.ante.json diff --git a/domains/send.ante.json b/domains/send.ante.json new file mode 100644 index 000000000..98cfcad3f --- /dev/null +++ b/domains/send.ante.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "antebrl", + "email": "ahcwnh@gmail.com" + }, + "record": { + "MX": [ + { + "target": "feedback-smtp.eu-west-1.amazonses.com", + "priority": 10 + } + ], + "TXT": ["v=spf1 include:amazonses.com ~all"] + } +}