aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-09 01:28:04 +0000
committerAKP <abi@tdpain.net>2025-02-09 01:29:09 +0000
commit1ac249268241a2eabf932e0072a62439552dd601 (patch)
treebf8761bb35fed56cd31e1b998830602a44536778 /README.md
parent948108217c2de8c233147dab8023f1548e8c2651 (diff)
Fixup email settings
Adds support for switching between STARTTLS, TLS and no TLS. Adds support for not specifying a username and password. Fixes #5
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
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 <walrss@yourdomain.com>"
+ # These fields are not required
+ tls: "" # valid values are: starttls, tls, no - default: starttls
+ password: "yourapikey"
+ username: "apikey"
platform:
disableRegistration: false
disableSecureCookies: false