Skip to content

Commit 74edbeb

Browse files
committed
Add dist emvail.env file
1 parent 9ec0a14 commit 74edbeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

email.env.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
EMAIL_HOST = ''
2+
EMAIL_PORT = '465'
3+
EMAIL_USE_SSL = True
4+
5+
EMAIL_HOST_USER = ''
6+
EMAIL_HOST_PASSWORD = ''
7+
8+
EMAIL_FROM = ''
9+
EMAIL_DEBUG_RECEIVER = ''

0 commit comments

Comments
 (0)