From fd4ea97e18f891fa78c38395fa238abb0af40989 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 3 May 2023 15:45:16 -0400 Subject: [PATCH] remove default smtp since Infisical no longer requires SMTP --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index f317b2908..0aa34238c 100644 --- a/.env.example +++ b/.env.example @@ -30,11 +30,11 @@ MONGO_PASSWORD=example # Required SITE_URL=http://localhost:8080 -# Mail/SMTP - SMTP_HOST='smtp-server' -SMTP_PORT='1025' -SMTP_NAME='local' -SMTP_USERNAME='team@infisical.com' +# Mail/SMTP +SMTP_HOST= +SMTP_PORT= +SMTP_NAME= +SMTP_USERNAME= SMTP_PASSWORD= # Integration