From 4c9a88b2d05241d6c7be1eed998465ea0f74c6b6 Mon Sep 17 00:00:00 2001 From: TYMA22389 Date: Thu, 3 Apr 2025 16:17:51 +0300 Subject: [PATCH] Add email to example config (#18) --- chandler-example.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/chandler-example.yml b/chandler-example.yml index 743da5b..428ca16 100644 --- a/chandler-example.yml +++ b/chandler-example.yml @@ -25,3 +25,11 @@ chandler: csrfProtection: "permissive" extendedValidation: false sessionDuration: 14 + + email: + host: "mail.example.com" + port: 465 + user: "user" + pass: "word" + addr: "noreply@example.com" + ssl: true