diff --git a/config/email.sample.json b/config/email.sample.json new file mode 100644 index 0000000..230a78a --- /dev/null +++ b/config/email.sample.json @@ -0,0 +1,5 @@ +{ + "host": "examplesmtphost.com", + "user": "user@domain.com", + "password": "supersecurepassword" +}