🐛 Bug Fixes
- Brevo SMTP config: Fixed credential reading priority — reads from config first instead of relying on
env()which returns null with config cache enabled. Also properly setsmail.from.addressandmail.from.nameat runtime. - Contact form error logging: Added detailed error logging to
storage/logs/laravel.logwhen email sending fails. - Test email button: Added "Send Test Email" button in Settings > General > Email Configuration to validate mail setup without submitting a contact form.
- Removed debug log: Cleaned up
Log::debug()that was spamming production logs.