Skip to content

Commit c9531d2

Browse files
author
Filip Kula
committed
feat: tls disable, enable ssl
1 parent 4c399d7 commit c9531d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StronaProjektyKol/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159

160160
#EMAIL
161161
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
162-
EMAIL_USE_TLS = True
163-
#EMAIL_USE_SSL = True
162+
EMAIL_USE_TLS = False
163+
EMAIL_USE_SSL = True
164164

165165
EMAIL_HOST = os.environ.get('EMAIL_HOST', 'smtp.mailtrap.io')
166166
EMAIL_HOST_USER = os.environ.get('EMAIL_HOST_USER', 'b616df948c35a1')

0 commit comments

Comments
 (0)