{{ ($has_password_hash ?? false) ? __('Webmail Login Required') : __('Password Reset Required') }}

{{ $email }}
@if (($has_password_hash ?? false))

{{ __('This mailbox was migrated, so one-click webmail login is unavailable. You can sign in directly using your existing mailbox password.') }}

{{ __('Open Webmail Login') }}
{{ __('If you want one-click webmail access, reset the mailbox password in Email settings.') }}
@else

{{ __('To access webmail, you need to set a new password for this mailbox. Click the button below to go to Email settings and reset your password.') }}

{{ __('Go to Email Settings') }}
{{ __('After setting your password, you can use the Webmail button to access your inbox.') }}
@endif