1
0
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:
IanM
2023-09-29 16:34:54 +01:00
committed by GitHub
parent ec5cb98c77
commit 412cfafb3a
56 changed files with 927 additions and 155 deletions

View File

@@ -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."