My Email Settings

@if($settings && $settings->is_active) Active @elseif($settings) Inactive @else Not Configured @endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif @if(!$canConfigure)
Permission Required: You do not have permission to configure email settings. Please contact your administrator to enable this feature.
@else
@csrf

SMTP Configuration

Enable
This email will be used as the "From" address
Common ports: 25, 465 (SSL), 587 (TLS)
Leave empty to keep current password

Send Test Email

Test your SMTP settings by sending a test email. Make sure to save your settings first.

Email Type Preferences

Choose which types of emails should use your personal SMTP settings. Unchecked types will use the system default email.

@if($settings)

Status Information

Verification Status: @if($settings->is_verified) Verified @else Not Verified @endif
Last Verified: {{ $settings->last_verified_at ? $settings->last_verified_at->format('M d, Y H:i') : 'Never' }}
@endif
@endif