From c4159d895ac399ca55326f7b4ff8bfbf8402e654 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sat, 4 Feb 2023 23:54:03 -0700 Subject: initial commit --- pigeon.json.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pigeon.json.example (limited to 'pigeon.json.example') diff --git a/pigeon.json.example b/pigeon.json.example new file mode 100644 index 0000000..dcd91e6 --- /dev/null +++ b/pigeon.json.example @@ -0,0 +1,14 @@ +{ + "from-email": "john@example.com", + "from-name": "John Doe", + "subject": "On vacation! :)", + "imap-server": "example.com:993", + "imap-email": "john@example.com", + "imap-pass": "password", + "smtp-server": "example.com:587", + "smtp-email": "john@example.com", + "smtp-pass": "password", + "cooldown": "24h", + "ignore-alias": true, + "message": "Hello,\r\n\r\nSorry I missed you!\r\n\r\nJohn", +} -- cgit v1.2.3-54-g00ecf