# You've been invited
Hi {{ $inviteeName }},
You have been invited to join **{{ $organizationName }}** on Note Tracker.
Sign in with these credentials:
**E-mail:** {{ $inviteeEmail }}
@if ($temporaryPassword)
**Temporary password:** {{ $temporaryPassword }}
@endif
Sign in
@if ($temporaryPassword)
Please change your password after your first sign-in.
@endif
Thanks,
{{ config('app.name') }}