@php $emailApp = 'https://email.'.config('app.platform_domain'); @endphp

Settings

Hosting preferences and account mailbox linking.

@if($showMailboxLinkUi ?? (($linkStatus['linked_mailbox'] ?? null) || ($linkStatus['show_reminder'] ?? false)))
@include('partials.ladill-pro-icon')

Link to mailbox

Your Ladill account uses {{ $linkStatus['account_email'] ?? $account->email }}. Link a mailbox so Ladill Mail opens with your Ladill sign-in.

@if($linkStatus['linked_mailbox'] ?? null)
Linked mailbox: {{ $linkStatus['linked_mailbox'] }}
@csrf @method('DELETE')
@elseif(($linkStatus['stage'] ?? '') === 'needs_domain')

Add and verify an email domain first.

Go to Ladill Email @elseif(($linkStatus['stage'] ?? '') === 'needs_mailbox')

Create a mailbox on your verified domain first.

Create mailbox @elseif(count($mailboxOptions) > 0)
@csrf @method('PUT')
@error('mailbox_address')

{{ $message }}

@enderror
@endif
@endif
@csrf @method('PUT')

Notifications