Commit Graph

3 Commits

Author SHA1 Message Date
Enrico Scholz 931f6e6d5c set proper signature marker in mails
use rfc 3676 mail signature delimiters ("-- ") instead of the previous
"---" one.

closes #43617

Signed-off-by: Enrico Scholz <enrico.scholz@ensc.de>
2018-04-18 11:50:07 +02:00
Mario de la Ossa 23a20c20f8
Initial work to add notification reason to emails
Adds `#build_notification_recipients` to `NotificationRecipientService`
that returns the `NotificationRecipient` objects in order to be able to
access the new attribute `reason`.

This new attribute is used in the different notifier methods in order to
add the reason as a header: `X-GitLab-NotificationReason`.

Only the reason with the most priority gets sent.
2018-01-16 19:17:55 -06:00
Douwe Maan f6f6aaf593
Better notification emails for notes and (diff) discussions 2017-04-05 17:44:14 +01:00