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:
5
config/email.sample.json
Normal file
5
config/email.sample.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"host": "examplesmtphost.com",
|
||||||
|
"user": "user@domain.com",
|
||||||
|
"password": "supersecurepassword"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user