SMTP is {{ $smtpSetting ? 'configured' : 'not configured' }}
@if($smtpSetting)
Sending via {{ $smtpSetting->username }}
through {{ $smtpSetting->host }}:{{ $smtpSetting->port }}
@else
Fill in the form below to enable email sending
@endif
@if($smtpSetting)
● Active
@endif
{{-- ── Main Form Card ── --}}
SMTP Server Settings
{{-- ── Quick Reference Card ── --}}
Common SMTP Settings
Provider
Host
Port
Encryption
Gmail
smtp.gmail.com
587
TLS
Outlook
smtp.office365.com
587
TLS
Yahoo
smtp.mail.yahoo.com
465
SSL
Mailgun
smtp.mailgun.org
587
TLS
{{-- ── Test Email Modal ── --}}
@if($smtpSetting)