##// END OF EJS Templates
docs/usage: rework section 'Mailing'
Thomas De Schampheleire -
r4964:667b5cea default
parent child Browse files
Show More
@@ -76,16 +76,17 b' URLs with ``repo_name`` for changelogs a'
76 76 with the ``_<ID>`` syntax.
77 77
78 78
79 Mailing
80 -------
79 E-mail notifications
80 --------------------
81 81
82 When the administrator configures the mailing settings in .ini files
83 Kallithea will send mails on user registration, or when Kallithea
82 When the administrator correctly specified the e-mail settings in the Kallithea
83 configuration file, Kallithea will send e-mails on user registration and when
84 84 errors occur.
85 85
86 Mails are also sent for code comments. If someone comments on a changeset
87 mail is sent to all participants, the person who commited the changeset
88 (if present in Kallithea), and to all people mentioned with the @mention system.
86 Mails are also sent for comments on changesets. In this case, an e-mail is sent
87 to the committer of the changeset (if known to Kallithea), to all reviewers of
88 the pull request (if applicable) and to all people mentioned in the comment
89 using @mention notation.
89 90
90 91
91 92 Trending source files
General Comments 0
You need to be logged in to leave comments. Login now