@php $staffId = $staff->id ?? $staff->staffid; $staffFirstName = $staff->first_name ?? $staff->firstname ?? ''; $staffLastName = $staff->last_name ?? $staff->lastname ?? ''; $staffFullName = trim($staffFirstName . ' ' . $staffLastName); @endphp

Configure Staff Email

Back to Staff List
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
{{ strtoupper(substr($staffFirstName, 0, 1)) }}

{{ $staffFullName }}

{{ $staff->email }}

@csrf @method('PUT')

SMTP Configuration

Enable
Leave empty to keep current password

Send Test Email

Email Permissions


Email types to use this staff's SMTP settings:

Cancel