mirror of
https://github.com/flarum/core.git
synced 2025-08-17 05:44:13 +02:00
feat: notification unsubscribe & email overhaul with HTML multipart (#3872)
This commit is contained in:
@@ -52,20 +52,22 @@ flarum-suspend:
|
||||
no_reason_given: No reason was given for this suspension.
|
||||
suspended:
|
||||
subject: Your account has been suspended
|
||||
body: |
|
||||
Hey {recipient_display_name},
|
||||
plain:
|
||||
body: |
|
||||
You have been suspended for the following reason:
|
||||
|
||||
You have been suspended for the following reason:
|
||||
|
||||
---
|
||||
{suspension_message}
|
||||
---
|
||||
---
|
||||
{suspension_message}
|
||||
---
|
||||
html:
|
||||
body: "You have been suspended from {forumTitle} for the following reason:"
|
||||
|
||||
unsuspended:
|
||||
subject: Your account has been unsuspended
|
||||
body: |
|
||||
Hey {recipient_display_name},
|
||||
plain:
|
||||
body: |
|
||||
You have been unsuspended. You can head back to the forum by clicking on the following link:
|
||||
|
||||
You have been unsuspended. You can head back to the forum by clicking on the following link:
|
||||
|
||||
{forum_url}
|
||||
{forum_url}
|
||||
html:
|
||||
body: "You have been unsuspended. You can head back to [{forumTitle}]({forum_url}) when you are ready."
|
||||
|
Reference in New Issue
Block a user