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: