mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
Email notifications. Too easy!
This commit is contained in:
9
extensions/mentions/views/emails/postMentioned.blade.php
Normal file
9
extensions/mentions/views/emails/postMentioned.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
Hey {{ $user->username }}!
|
||||
|
||||
{{ $notification->sender->username }} replied to your post (#{{ $notification->post->number }}) in {{ $notification->post->discussion->title }}.
|
||||
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->reply->discussion_id }}/-/{{ $notification->reply->number }}
|
||||
|
||||
---
|
||||
|
||||
{{{ $notification->reply->contentPlain }}}
|
9
extensions/mentions/views/emails/userMentioned.blade.php
Normal file
9
extensions/mentions/views/emails/userMentioned.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
Hey {{ $user->username }}!
|
||||
|
||||
{{ $notification->sender->username }} mentioned you in a post in {{ $notification->post->discussion->title }}.
|
||||
|
||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $notification->post->discussion_id }}/-/{{ $notification->post->number }}
|
||||
|
||||
---
|
||||
|
||||
{{{ $notification->post->contentPlain }}}
|
Reference in New Issue
Block a user