summaryrefslogtreecommitdiff
path: root/local_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'local_settings.py')
-rw-r--r--local_settings.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/local_settings.py b/local_settings.py
index 940a33e..a6e8a51 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -2,9 +2,9 @@
# db etc.
-EMAIL_HOST = 'your smtp host name'
-EMAIL_PORT = 'PORT Number'
-EMAIL_HOST_USER = 'your username'
-EMAIL_HOST_PASSWORD = 'your password'
+EMAIL_HOST = 'smtp.gmail.com'
+EMAIL_PORT = '465'
+EMAIL_HOST_USER = 'borajay33@gmail.com'
+EMAIL_HOST_PASSWORD = '123J@ybora'
EMAIL_USE_TLS = True
-SENDER_EMAIL = 'your email address' \ No newline at end of file
+SENDER_EMAIL = 'borajay33@gmail.com' \ No newline at end of file