From b09dddec1c51c961ffa2f9b92005f71843c82721 Mon Sep 17 00:00:00 2001 From: kasyap dharanikota <76957823+kasyap1234@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:41:36 +0530 Subject: [PATCH] Add SMTP2GO credentials for email configuration --- docs/self-hosting/configuration/envars.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/self-hosting/configuration/envars.mdx b/docs/self-hosting/configuration/envars.mdx index 03bea6fb0..8719fa0e9 100644 --- a/docs/self-hosting/configuration/envars.mdx +++ b/docs/self-hosting/configuration/envars.mdx @@ -328,6 +328,25 @@ SMTP_FROM_NAME=Infisical + +1. Create an account and configure [SMTP2Go](https://www.smtp2go.com/) to send emails. +2. Turn on SMTP authentication +``` +SMTP server: mail.smtp2go.com +SMTP port: You can use one of the following ports: 2525, 80, 25, 8025, or 587 +Username: Your SMTP2GO account's SMTP username +Password: Your SMTP2GO account's SMTP password +``` +{" "} + + +Optional (for TLS/SSL): + +TLS: Available on the same ports (2525, 80, 25, 8025, or 587) +SSL: Available on ports 465, 8465, and 443 + + + ## Authentication By default, users can only login via email/password based login method.