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

{{ __('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')]) }}