{{-- Email template — "download the Worklance desktop app". Expected data: $userName string — recipient greeting $downloadUrl string — the public /download page $companyName string — the company sending the invite $usesWorkspace bool — drives the credentials paragraph (see below) $signInEmail string — the address they sign in with $inviterName string|null — who sent it, shown when known Email HTML rules: table layout, inline styles only, 600px max width, no external CSS/JS and no web fonts — every mail client strips them. --}} @php $indigo = '#4263eb'; $ink = '#1a2130'; $body = '#3d4a5c'; $muted = '#7a8798'; $bg = '#f1f3f7'; $border = '#e3e7ee'; @endphp Get set up on Worklance {{-- Hidden preview text, shown in the inbox list next to the subject. --}}
Download the Worklance desktop app and sign in — it takes about a minute.
{{-- Header. The wordmark is live text, not an image, so a client that blocks remote images still shows the brand. --}} {{-- Call to action. A bulletproof-ish button: padded anchor on a background-coloured cell, so it still renders as a button in Outlook. --}} {{-- Credentials. The whole reason this email is per-user: workspace-sourced people already have a password and must not be told to create one. --}}
Worklance

You're set up on Worklance

Hi {{ $userName }},

@if ($inviterName) {{ $inviterName }} has set up your Worklance account at {{ $companyName }}. @else Your Worklance account at {{ $companyName }} is ready. @endif Install the desktop app to start tracking your work.

Download Worklance Desktop

Available for macOS and Windows.

Signing in

@if ($usesWorkspace)

Use the same credentials you use for Workspace — there is no separate Worklance password to set up.

@else

Use your Worklance password. If you don't have one yet, or you've forgotten it, ask your administrator to set one for you.

@endif

Your sign-in email is {{ $signInEmail }}.

Button not working? Paste this into your browser:

{{ $downloadUrl }}

Sent by {{ $companyName }} via Worklance. If you weren't expecting this, you can ignore it.