From 349dc329fa4b956dd58244aa8a70e407f3563c52 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 18 Sep 2024 17:35:56 +0000 Subject: [PATCH] GITBOOK-58: No subject --- docs/developer-guide/smtp-configuration-and-emails.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/developer-guide/smtp-configuration-and-emails.md b/docs/developer-guide/smtp-configuration-and-emails.md index dcad54cd..b3e8ef56 100644 --- a/docs/developer-guide/smtp-configuration-and-emails.md +++ b/docs/developer-guide/smtp-configuration-and-emails.md @@ -1,5 +1,9 @@ # SMTP Configuration and Emails +{% hint style="info" %} +Make sure you have a **.env** file created under the \`docker/\` folder. You can either copy .env.example or run \`make init\` to create that file. The **.env** file contains environment variables that we use for configuring the Hexabot instance. +{% endhint %} + ## **Development Environment** You have two options for handling email functionality during development: