This is a test email from {$appName}.
If you're seeing this message, it means your SMTP settings are configured properly and emails are being delivered successfully.
| SMTP Host: | " . htmlspecialchars($emailSettings['mail_host']) . " |
| SMTP Port: | " . htmlspecialchars($emailSettings['mail_port']) . " |
| Encryption: | " . htmlspecialchars($emailSettings['mail_encryption'] ?: 'None') . " |
| From Address: | " . htmlspecialchars($emailSettings['mail_from_address']) . " |
| Test Time: | {$currentTime} |