diff options
author | Jordan <me@jordan.im> | 2023-02-05 23:14:29 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2023-02-05 23:14:29 -0700 |
commit | 8289fa9dba760089d7839f8103d81877822a6f68 (patch) | |
tree | 77d9f264602c091d7fc5bde756a77dd528847075 /pigeon.json.example | |
parent | 805b4e4e6f7716b730a7fc0b5ff8540660c30b8c (diff) | |
download | pigeon-8289fa9dba760089d7839f8103d81877822a6f68.tar.gz pigeon-8289fa9dba760089d7839f8103d81877822a6f68.zip |
pigeon: populate message content from EML over JSON
Diffstat (limited to 'pigeon.json.example')
-rw-r--r-- | pigeon.json.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pigeon.json.example b/pigeon.json.example index dcd91e6..5f37875 100644 --- a/pigeon.json.example +++ b/pigeon.json.example @@ -9,6 +9,5 @@ "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", + "ignore-alias": true } |