Quote DEFAULT_FROM_EMAIL display name so contact mail sends.
CI / test (pull_request) Successful in 12s
Unit Tests / test (pull_request) Successful in 12s

Comma in "AI ML Operations, LLC" broke RFC 5322 From parsing and silently skipped notification emails. Closes #28.
This commit is contained in:
2026-08-07 10:16:11 -05:00
parent 799cbdb169
commit d409680f8b
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ EMAIL_HOST_USER=replace-with-smtp-user
EMAIL_HOST_PASSWORD=replace-with-smtp-password
EMAIL_PORT=2525
EMAIL_USE_TLS=true
# DEFAULT_FROM_EMAIL=AI ML Operations, LLC <info@aimloperations.com>
# Display name has a comma — must be quoted (RFC 5322)
# DEFAULT_FROM_EMAIL="AI ML Operations, LLC" <info@aimloperations.com>
PUBLIC_SITE_URL=https://aimloperations.com
# Stripe (live keys from https://dashboard.stripe.com/apikeys)