summaryrefslogtreecommitdiff
path: root/resources/views/emails/mail.twig
blob: c99fc1047891a88fd4647dfaf08080ae964b5e71 (plain)
1
2
3
4
5
6
{{ __('Hi %s,', [user]) }}

{{ __('here is a message for you from the %s:', [config('app_name')]) }}
{{ message|raw }}

{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the %s.', [config('app_name')]) }}