From d1e6650a851c114bdabc169cda955a65a598d6b2 Mon Sep 17 00:00:00 2001 From: TYMA22389 Date: Sun, 9 Mar 2025 21:05:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B5=D0=BC=20=D0=B2?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=BF=D0=BE=D1=87?= =?UTF-8?q?=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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