diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 00:01:45 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-29 00:01:45 +0200 |
commit | 2f12a917b9f156e012c9dd6cae382bdc36fae7c7 (patch) | |
tree | 7060ded82988dd5ead8483e014edfa74dc930e39 /fastbangs.yaml | |
parent | 6ea0264d32d5337c033d3865e16f6f35dfbe47f0 (diff) | |
download | fastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar fastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar.bz2 fastbangs-2f12a917b9f156e012c9dd6cae382bdc36fae7c7.tar.zst |
pending bang verdict notifications
Diffstat (limited to 'fastbangs.yaml')
-rw-r--r-- | fastbangs.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fastbangs.yaml b/fastbangs.yaml index 0151744..d184bae 100644 --- a/fastbangs.yaml +++ b/fastbangs.yaml @@ -16,3 +16,8 @@ favicon-url: http://69owo.de/favicon.ico # for help with the admin-pw-hash please read the README.md admin-user: bleb admin-pw-hash: "" + +# Users can leave their email in order to be notified when their bang is +# accepted/rejected. In order to send emails, the following command (if not +# commented out) will receive as arguments, in order: recipient, subject, body +#email-command: "/path/to/your/email/script" |