engelsystem/resources/views/emails/mail.twig

7 lines
268 B
Twig
Raw Normal View History

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