From a71feac1941f8a6126b3ea34e38f77804f9a4b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 10 Apr 2025 21:48:14 +0200 Subject: [PATCH] Mention ENABLE_NOTIFY_MAIL in email setup It seems like this is the option almost everyone setting email up for their instance will want to enable, so it seemed worth mentioning in the email setup guide. (cherry picked from commit 075d17a76bd84aefd20c4e48fbe701403110029e) --- docs/admin/email-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/email-setup.md b/docs/admin/email-setup.md index e26047f6..93bff993 100644 --- a/docs/admin/email-setup.md +++ b/docs/admin/email-setup.md @@ -25,6 +25,8 @@ Restart Forgejo for the configuration changes to take effect. To send a test email to validate the settings, go to Forgejo > Site Administration > Configuration > SMTP Mailer Configuration. +To enable users to receive email notifications for pull requests or issues, you can set `ENABLE_NOTIFY_MAIL=true` in the configuration. + For the full list of options check the [Config Cheat Sheet](../config-cheat-sheet/#mailer-mailer). > **NOTE:** authentication is only supported when the SMTP server communication is encrypted with TLS or `HOST=localhost`. This is due to protections imposed by the Go internal libraries against STRIPTLS attacks. TLS encryption can be through: