Skip to content

Commit 5aaaa6a

Browse files
committed
Add sample config for SMTP server settings
1 parent def2970 commit 5aaaa6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/email.sample.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"host": "examplesmtphost.com",
3+
"user": "[email protected]",
4+
"password": "supersecurepassword"
5+
}

0 commit comments

Comments
 (0)