From 1ac249268241a2eabf932e0072a62439552dd601 Mon Sep 17 00:00:00 2001 From: AKP Date: Sun, 9 Feb 2025 01:28:04 +0000 Subject: Fixup email settings Adds support for switching between STARTTLS, TLS and no TLS. Adds support for not specifying a username and password. Fixes #5 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7bbd5b9..5054929 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,14 @@ server: # This is a required field externalURL: "http://127.0.0.1:8080" email: - # Defaults are not provided for any email option - # All of the below are required fields - password: "yourapikey" - username: "apikey" + # These are required fields host: "smtp.sendgrid.net" port: 587 from: "Walrss " + # These fields are not required + tls: "" # valid values are: starttls, tls, no - default: starttls + password: "yourapikey" + username: "apikey" platform: disableRegistration: false disableSecureCookies: false -- cgit v1.2.3-70-g09d2