From bd6b8f24d31c3afbe7daedf7b1aa495a3c4b1dc2 Mon Sep 17 00:00:00 2001 From: Chedli Ben Yaghlane Date: Mon, 20 Jan 2025 09:51:35 +0000 Subject: [PATCH] GITBOOK-130: Update outdated command in SMTP setup guide --- docs/developer-guide/smtp-configuration-and-emails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/smtp-configuration-and-emails.md b/docs/developer-guide/smtp-configuration-and-emails.md index 86f609b3..7f97d785 100644 --- a/docs/developer-guide/smtp-configuration-and-emails.md +++ b/docs/developer-guide/smtp-configuration-and-emails.md @@ -30,7 +30,7 @@ EMAIL_SMTP_FROM=noreply@example.com ## **Production Environment** -In production, use a third-party SMTP service by configuring the environment variables before running `make start`, here is an example: +In production, use a third-party SMTP service by configuring the environment variables before running `hexabot start`, here is an example: ```makefile EMAIL_SMTP_ENABLED=true