Set list-id header for notification mails

This commit is contained in:
Eike Kettner
2020-04-29 22:44:05 +02:00
parent 03003f2317
commit 0a1b3fcf95
9 changed files with 57 additions and 8 deletions

View File

@ -158,6 +158,7 @@ object OMail {
val fields: Seq[Trans[F]] = Seq(
From(sett.mailFrom),
Tos(m.recipients),
XMailer.emil,
Subject(m.subject),
TextBody[F](m.body)
)