From f2d0bd192b98e9ba1ba30fc9edde230535eff16f Mon Sep 17 00:00:00 2001 From: Somnath Chattaraj Date: Tue, 1 Oct 2024 15:49:15 +0530 Subject: [PATCH] Update smtp server details --- backend/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.example b/backend/.env.example index 123e47b..c9e77a4 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -10,5 +10,5 @@ SECRET="secret" DATABASE_URL="{DATABASE_URL}" SMTP_EMAIL="{}" SMTP_PASSWORD="{}" -SMTP_PORT=587 +SMTP_PORT=465 SMTP_HOST="{}" \ No newline at end of file