From 3512d0bcff59f6e1750bc1f951dce1cfd4c14619 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 16:51:34 +0800 Subject: [PATCH] Create send.chriscent.json Resend.com DNS Record 1 --- send.chriscent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 send.chriscent.json diff --git a/send.chriscent.json b/send.chriscent.json new file mode 100644 index 000000000..60228ba6a --- /dev/null +++ b/send.chriscent.json @@ -0,0 +1,12 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "records": { + "MX": ["feedback-smtp.ap-northeast-1.amazonses.com"], + "TXT": ["v=spf1 include:amazonses.com ~all"] + } +}