This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarifications for the email configuration settings. (#6423)
* commit 'c48ea9800': Clarifications for the email configuration settings. (#6423)
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Clarifications for the email configuration settings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1520,8 +1520,23 @@ password_config: | |
# smtp_user: "exampleusername" | ||
# smtp_pass: "examplepassword" | ||
# require_transport_security: false | ||
# | ||
# # notif_from defines the "From" address to use when sending emails. | ||
# # It must be set if email sending is enabled. | ||
# # | ||
# # The placeholder '%(app)s' will be replaced by the application name, | ||
# # which is normally 'app_name' (below), but may be overridden by the | ||
# # Matrix client application. | ||
# # | ||
# # Note that the placeholder must be written '%(app)s', including the | ||
# # trailing 's'. | ||
# # | ||
# notif_from: "Your Friendly %(app)s homeserver <[email protected]>" | ||
# app_name: Matrix | ||
# | ||
# # app_name defines the default value for '%(app)s' in notif_from. It | ||
# # defaults to 'Matrix'. | ||
# # | ||
# #app_name: my_branded_matrix_server | ||
# | ||
# # Enable email notifications by default | ||
# # | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -307,8 +307,23 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs): | |
# smtp_user: "exampleusername" | ||
# smtp_pass: "examplepassword" | ||
# require_transport_security: false | ||
# | ||
# # notif_from defines the "From" address to use when sending emails. | ||
# # It must be set if email sending is enabled. | ||
# # | ||
# # The placeholder '%(app)s' will be replaced by the application name, | ||
# # which is normally 'app_name' (below), but may be overridden by the | ||
# # Matrix client application. | ||
# # | ||
# # Note that the placeholder must be written '%(app)s', including the | ||
# # trailing 's'. | ||
# # | ||
# notif_from: "Your Friendly %(app)s homeserver <[email protected]>" | ||
# app_name: Matrix | ||
# | ||
# # app_name defines the default value for '%(app)s' in notif_from. It | ||
# # defaults to 'Matrix'. | ||
# # | ||
# #app_name: my_branded_matrix_server | ||
# | ||
# # Enable email notifications by default | ||
# # | ||
|