From e00176bccb4153e01f761f71085bd2c52131ed4b Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Tue, 26 Aug 2025 15:08:56 +0500 Subject: [PATCH] change: add new .envs to .env.example file --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index 995ff3a..0101f6d 100644 --- a/.env.example +++ b/.env.example @@ -7,3 +7,11 @@ POSTGRES_USER= POSTGRES_PASSWORD= POSTGRES_HOST= POSTGRES_PORT= + + +EMAIL_HOST_USER= +EMAIL_HOST_PASSWORD= +EMAIL_BACKEND='django.core.mail.backends.smtp.EmailBackend' +EMAIL_HOST='smtp.gmail.com' +EMAIL_PORT=587 +EMAIL_USE_TLS=True \ No newline at end of file