{{ __('notification.page_email_settings') }}
@unless ($envWritable)

{{ __('notification.env_not_writable') }}

{{ __('notification.env_copy_instructions') }}

{{ __('notification.env_recheck') }}
@endunless
@csrf {{-- SMTP Configuration --}}

{{ __('notification.smtp_section') }}

@error('mail_mailer')

{{ $message }}

@enderror

{{ __('notification.hint_mail_host') }}

@error('mail_host')

{{ $message }}

@enderror

{{ __('notification.hint_mail_port') }}

@error('mail_port')

{{ $message }}

@enderror
@error('mail_scheme')

{{ $message }}

@enderror
@error('mail_username')

{{ $message }}

@enderror

{{ __('notification.password_placeholder_help') }}

@error('mail_password')

{{ $message }}

@enderror
{{-- Sender Settings --}}

{{ __('notification.sender_section') }}

@error('mail_from_address')

{{ $message }}

@enderror
@error('mail_from_name')

{{ $message }}

@enderror
{{-- Test Email --}}

{{ __('notification.test_email_section') }}

{{ __('notification.test_email_help_configurable') }}

@csrf