1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Add sample config for SMTP server settings

This commit is contained in:
2022-02-14 17:27:27 +00:00
parent def29705c6
commit 5aaaa6ad96

5
config/email.sample.json Normal file
View File

@@ -0,0 +1,5 @@
{
"host": "examplesmtphost.com",
"user": "user@domain.com",
"password": "supersecurepassword"
}