discourse/config/environments
Chris Alberti 5dd238174d
FIX: Update sendmail config for Mail gem >=2.9.0 compatibility (#39688)
When a site falls back to sendmail, the config appears to be broken
since Mail gem 2.9.0.

We're passing a string when it expects an array of strings.

See
d1d65b370b/lib/mail/network/delivery_methods/sendmail.rb (L53)

This was causing a pile up of digest email job retries, see dev topic
/t/182887

This PR fixes the config and also moves it to a GlobalSetting so I could
write a spec to make sure the default config is valid.
2026-05-01 15:57:17 -05:00
..
development.rb DEV: Remove Unicorn web server in favor of Pitchfork (#39032) 2026-04-01 15:04:59 +02:00
production.rb FIX: Update sendmail config for Mail gem >=2.9.0 compatibility (#39688) 2026-05-01 15:57:17 -05:00
profile.rb DEV: Add env var for local email port (#36900) 2025-12-31 14:25:02 +10:00
test.rb DEV: Silence expected error/debug output in system specs (#39164) 2026-04-13 13:59:41 +02:00