mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Merge pull request #5363 from Elsensee/ticket/14656
[ticket/14656] Add List-Unsubscribe header to emails
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Subject: Forum post notification - "{FORUM_NAME}"
|
||||
List-Unsubscribe: <{U_STOP_WATCHING_FORUM}>
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Subject: New topic notification - "{FORUM_NAME}"
|
||||
List-Unsubscribe: <{U_STOP_WATCHING_FORUM}>
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
List-Unsubscribe: <{U_STOP_WATCHING_TOPIC}>
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
|
Reference in New Issue
Block a user