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

@ -0,0 +1,3 @@
package docspell.common
case class MailSendConfig(listId: String)