Skip to content

Commit 86d5f86

Browse files
committed
Add FROM_EMAIL in settings
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent c040c79 commit 86d5f86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vulnerablecode/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
EMAIL_PORT = 587
5656
EMAIL_HOST_USER = env.str("EMAIL_HOST_USER", default="")
5757
EMAIL_HOST_PASSWORD = env.str("EMAIL_HOST_PASSWORD", default="")
58+
FROM_EMAIL = env.str("FROM_EMAIL", default="")
5859

5960
# Application definition
6061

0 commit comments

Comments
 (0)