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"] + } +}