Commit Graph

3 Commits

Author SHA1 Message Date
Serreau Jovann
e32a2a2722 Remove unsupported ping_threshold option from mailer config to fix Symfony 8 cache:clear error
The ping_threshold option is not a valid framework.mailer configuration key in Symfony Mailer.
This caused composer install to fail during cache:clear on deployment.
The option should be set as a DSN query parameter on the MAILER_DSN environment variable instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 21:52:32 +02:00
Serreau Jovann
240489d330 Add ping_threshold to mailer config to prevent SES SMTP timeout errors
Set ping_threshold to 10 seconds so Symfony checks and reconnects stale
SMTP connections before reuse, fixing "451 4.4.2 Timeout waiting for
data from client" errors from Amazon SES.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 21:46:15 +02:00
Serreau Jovann
9341647acf Add webapp packages 2026-03-04 21:52:29 +01:00