diff --git a/apps/docs/public/main/smtp/closed-card.png b/apps/docs/public/main/smtp/closed-card.png new file mode 100644 index 0000000..512e20d Binary files /dev/null and b/apps/docs/public/main/smtp/closed-card.png differ diff --git a/apps/docs/public/main/smtp/dropdown-menu.png b/apps/docs/public/main/smtp/dropdown-menu.png new file mode 100644 index 0000000..e4b6f87 Binary files /dev/null and b/apps/docs/public/main/smtp/dropdown-menu.png differ diff --git a/apps/docs/public/main/smtp/opened-card.png b/apps/docs/public/main/smtp/opened-card.png new file mode 100644 index 0000000..8209617 Binary files /dev/null and b/apps/docs/public/main/smtp/opened-card.png differ diff --git a/apps/docs/public/main/smtp/smtp-enabled.png b/apps/docs/public/main/smtp/smtp-enabled.png new file mode 100644 index 0000000..6b5b06b Binary files /dev/null and b/apps/docs/public/main/smtp/smtp-enabled.png differ diff --git a/apps/docs/src/content/docs/main/configuring-smtp.md b/apps/docs/src/content/docs/main/configuring-smtp.md index 89b555f..7e39054 100644 --- a/apps/docs/src/content/docs/main/configuring-smtp.md +++ b/apps/docs/src/content/docs/main/configuring-smtp.md @@ -18,15 +18,15 @@ Now, let's go through the step-by-step process to configure the **SMTP Server**. To access **Settings**, an **ADMIN** user must click on the profile picture in the **header** and select **Settings** from the dropdown menu. - +![Dropdown Menu](/public/main/smtp/dropdown-menu.png) Once inside the **Settings** panel, click on the **Email** card to expand the SMTP configuration options. - +![Closed Settings Card](/public/main/smtp/closed-card.png) After expanding the card, the following SMTP configuration fields will appear: - +![Opened Settings Card](/public/main/smtp/opened-card.png) --- @@ -34,7 +34,7 @@ After expanding the card, the following SMTP configuration fields will appear: The first step is to **enable SMTP** by selecting "Yes" in the **SMTP Enabled** field. - +![SMTP Enabled](/public/main/smtp/smtp-enabled.png) Once SMTP is enabled, you can configure the other necessary fields: @@ -43,7 +43,7 @@ Once SMTP is enabled, you can configure the other necessary fields: - **SMTP Server** – The SMTP server address. You can use any email service provider. For Gmail, use `smtp.gmail.com` (this is the recommended option and set as default). - **SMTP Port** – The server port. For Gmail, the standard port is **587**. - **SMTP Username** – The username for the SMTP server. For Gmail, enter your email address. -- **SMTP Password** – The SMTP password. +- **SMTP Password** – The SMTP password. (Generate an App Password for Gmail) > **Important:** If using **Gmail**, you need to generate an **App Password** instead of using your standard email password. > For other email services, consult the official documentation of the service provider you are using. We recommend using Gmail for simplicity and limits the number of emails sent.