From 81d0b9e947398fd3723470926dd853c308226a48 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 11 Jun 2020 19:09:13 +0200 Subject: [PATCH] Update config file --- config.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index e87eb67..2d3b99f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,9 +1,11 @@ -domain: "http://localhost" +domain: localhost debug: true port: 7404 -smtp-from: "api2smtp " -smtp-host: localhost -smtp-user: -smtp-pass: -smtp-tls: false -smtp-port: 1025 +smtp-from: "no-reply@domain.com" +smtp-to: "my@domain.com" +smtp-subject: "Contact" +smtp-host: "smtp.domain.com" +smtp-user: "" +smtp-password: "" +smtp-port: 587 +smtp-tls: true