Files
monica/resources/views/emails/notifications/validate-email.blade.php

15 lines
447 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@component('mail::message')
# @lang('Please verify your email address')
@lang('Youve been invited to use this email address in Monica, an open source personal CRM, so we can use it to send you notifications.')
@component('mail::button', ['url' => $url])
@lang('Verify this email address')
@endcomponent
@lang('If youve received this invitation by mistake, please discard it.')
@lang('Thanks,')<br>
{{ config('app.name') }}
@endcomponent