From fa11851d6762b3db81f018ff7695501d25f19c14 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Fri, 18 Jul 2025 03:10:58 +0000 Subject: [PATCH] Fix formatting of email setup (#249) Sorry I incorrectly used the :::note syntax in one PR merged recently, missing `:::` to end the quote CC @lunny Picture of the bug I introduced appended. Reviewed-on: https://gitea.com/gitea/docs/pulls/249 Reviewed-by: Lunny Xiao Co-authored-by: ChristopherHX Co-committed-by: ChristopherHX --- docs/administration/email-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/administration/email-setup.md b/docs/administration/email-setup.md index cf6b534c..34048fe5 100644 --- a/docs/administration/email-setup.md +++ b/docs/administration/email-setup.md @@ -10,7 +10,9 @@ aliases: Gitea has mailer functionality for sending transactional emails (such as registration confirmation). It can be configured to either use Sendmail (or compatible MTAs like Postfix and msmtp) or directly use SMTP server. -:::note Be sure to set ENABLE_NOTIFY_MAIL=true to allow Gitea to send email notifications. Check the [Config Cheat Sheet](../administration/config-cheat-sheet.md#service-service) for details. +:::note +Be sure to set ENABLE_NOTIFY_MAIL=true to allow Gitea to send email notifications. Check the [Config Cheat Sheet](../administration/config-cheat-sheet.md#service-service) for details. +::: ## Using Sendmail