From bc7c52c5200802d355b3a505a412a1176c7ecf71 Mon Sep 17 00:00:00 2001
From: Abed Habli <154609371+abdhabli@users.noreply.github.com>
Date: Thu, 2 May 2024 19:55:48 +0200
Subject: [PATCH] [docs] Add Pathway for Email Settings Configuration (#42091)

---
 docs/configuring-metabase/email.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/configuring-metabase/email.md b/docs/configuring-metabase/email.md
index 6c82f66b228..fee508bcca8 100644
--- a/docs/configuring-metabase/email.md
+++ b/docs/configuring-metabase/email.md
@@ -8,6 +8,12 @@ redirect_from:
 
 Once you connect your database to Metabase, you'll want to configure an email account to send system notifications to your organization's users. Metabase uses email to reset passwords, onboard new users, and notify you when something happens.
 
+To edit email settings:
+
+1. Click on the **gear** icon in the upper right.
+2. Select **Admin Settings**.
+3. From the default **Settings** tab, click on **Email** in the left sidebar.
+
 ## Metabase Cloud
 
 Metabase Cloud manages an email server for you, so you don't need to set up email (and you won't see SMTP settings in your Admin console).
-- 
GitLab