discourse/app
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
..
assets FIX: Stop overriding category color (#39675) 2026-04-30 16:37:18 -05:00
controllers UX: Don't include powered_by string in site text overrides (#39660) 2026-04-30 12:15:34 -04:00
helpers FIX: Skip third-party analytics tags in full app embed iframes (#39534) 2026-04-24 14:58:45 -03:00
jobs FIX: use next instead of return in sidekiq_retry_in blocks (#39529) 2026-04-24 16:59:49 +02:00
mailers FEATURE: better email subject lines (#36040) 2026-04-24 15:14:10 +04:00
models FIX: Update sendmail config for Mail gem >=2.9.0 compatibility (#39688) 2026-05-01 15:57:17 -05:00
queries/reports FEATURE: beacon-based implementation for BPV (#38897) 2026-04-15 16:32:05 +03:00
serializers UX: Add or remove category types with a dropdown (#39477) 2026-04-30 11:38:50 +10:00
services UX: Add or remove category types with a dropdown (#39477) 2026-04-30 11:38:50 +10:00
views FEATURE: Restore web push quick reply for chat messages (#39614) 2026-04-29 12:36:03 -03:00