From 7fe508a41c2f502d05755f15089b2b1c5a9d9764 Mon Sep 17 00:00:00 2001 From: Will Clarke <80069102+smokeycode@users.noreply.github.com> Date: Tue, 20 Jul 2021 11:03:00 -0700 Subject: [PATCH] Add files via upload --- email-logs/format.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 email-logs/format.json diff --git a/email-logs/format.json b/email-logs/format.json new file mode 100644 index 0000000..3d998f3 --- /dev/null +++ b/email-logs/format.json @@ -0,0 +1,12 @@ +//EMAIL FORMAT + +{ + "repo": "https://github.com/github-username/github-username.github.io", + "owner": { + "username": "github-username", + "email": "your-name-here@domain" + }, + "target": { + "MX": "target" + } +} \ No newline at end of file