Files
company_site/company_site/financial
westfarn 85369914c8
Unit Tests / test (push) Successful in 12s
Quote DEFAULT_FROM_EMAIL display name so contact mail sends (#29)
## Summary
- Closes #28
- Quote `DEFAULT_FROM_EMAIL` display name (`"AI ML Operations, LLC" <info@aimloperations.com>`) so RFC 5322 From parsing succeeds
- Update settings default, email send fallbacks, and `.env` examples

## Problem
Contact form saved leads but notification email to `ryan@aimloperations.com` failed with:
```
Invalid address; only AI ML Operations could be parsed from "AI ML Operations, LLC <info@aimloperations.com>"
```
Comma in unquoted display name treated as address-list separator.

## Test plan
- [ ] Submit contact form in an environment with SMTP configured
- [ ] Confirm lead appears on leads page
- [ ] Confirm email arrives at ryan@aimloperations.com
- [ ] If prod sets `DEFAULT_FROM_EMAIL` in `.env`, ensure that value is also quoted before deployReviewed-on: #29
2026-08-07 08:17:31 -07:00
..
2025-03-06 10:51:12 -06:00
2025-03-06 10:51:12 -06:00
2026-03-23 03:31:44 -05:00