mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11103] Use appropriate email templates to send notifications
Fixing a number of bugs PHPBB3-11103
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
Subject: Notification from {SITENAME}
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
{MESSAGE}
|
||||
|
||||
You can view this by clicking on the following link:
|
||||
|
||||
{U_VIEW_MESSAGE}
|
||||
|
||||
<!-- IF U_UNSUBSCRIBE -->
|
||||
You may unsubscribe by clicking on the following link:
|
||||
{U_UNSUBSCRIBE}
|
||||
<!-- ENDIF -->
|
||||
|
||||
{EMAIL_SIG}
|
20
phpBB/language/en/email/notifications/bookmark.txt
Normal file
20
phpBB/language/en/email/notifications/bookmark.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this notification because the topic you bookmarked, "{TOPIC_TITLE}" at "{SITENAME}" has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
|
||||
|
||||
If you want to view the newest post made since your last visit, click the following link:
|
||||
{U_NEWEST_POST}
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_TOPIC}
|
||||
|
||||
If you want to view the forum, click the following link:
|
||||
{U_FORUM}
|
||||
|
||||
If you no longer wish to receive updates about replies to bookmarks, please update your notification settings here:
|
||||
|
||||
{U_NOTIFICATION_SETTINGS}
|
||||
|
||||
{EMAIL_SIG}
|
20
phpBB/language/en/email/notifications/quote.txt
Normal file
20
phpBB/language/en/email/notifications/quote.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||
|
||||
Hello {USERNAME},
|
||||
|
||||
You are receiving this notification because "{AUTHOR_NAME}" quoted you in the topic, "{TOPIC_TITLE}" at "{SITENAME}". You can use the following link to view the reply made.
|
||||
|
||||
If you want to view the quoted post, click the following link:
|
||||
{U_QUOTED_POST}
|
||||
|
||||
If you want to view the topic, click the following link:
|
||||
{U_TOPIC}
|
||||
|
||||
If you want to view the forum, click the following link:
|
||||
{U_FORUM}
|
||||
|
||||
If you no longer wish to receive updates about replies quoting you, please update your notification settings here:
|
||||
|
||||
{U_NOTIFICATION_SETTINGS}
|
||||
|
||||
{EMAIL_SIG}
|
Reference in New Issue
Block a user