Show More
@@ -48,6 +48,19 b' configuration setting disregarded).' | |||||
48 | The subject of these emails can optionally be prefixed with the value of |
|
48 | The subject of these emails can optionally be prefixed with the value of | |
49 | ``email_prefix`` in the configuration file. |
|
49 | ``email_prefix`` in the configuration file. | |
50 |
|
50 | |||
|
51 | A Kallithea-specific header indicating the email type will be added to each | |||
|
52 | email. This header can be used for email filtering. The header is of the form: | |||
|
53 | ||||
|
54 | X-Kallithea-Notification-Type: <type> | |||
|
55 | ||||
|
56 | where ``<type>`` is one of: | |||
|
57 | ||||
|
58 | - ``pull_request``: you are invited as reviewer in a pull request | |||
|
59 | - ``pull_request_comment``: a comment was given on a pull request | |||
|
60 | - ``cs_comment``: a comment was given on a changeset | |||
|
61 | - ``registration``: a new user was registered | |||
|
62 | - ``message``: another type of email | |||
|
63 | ||||
51 |
|
64 | |||
52 | Error emails |
|
65 | Error emails | |
53 | ------------ |
|
66 | ------------ |
General Comments 0
You need to be logged in to leave comments.
Login now