discourse/spec/mailers
David Battersby 1450851538
FIX: allow custom email sender name via translation overrides (#40674)
The translation key for email_from was mistakenly removed in #36974 as
it was thought to be redundant since we were dropping the "via site
name" text from notification emails. However we should still allow sites
to override this.

This change restores the translation key for `email_from` and adds a new
`email_from_group` to allow overriding these values.

Both keys also whitelist `site_name` for interpolation, despite omitting
it from the default translation.
2026-06-09 14:03:03 +04:00
..
group_smtp_mailer_spec.rb FIX: allow custom email sender name via translation overrides (#40674) 2026-06-09 14:03:03 +04:00
invite_mailer_spec.rb DEV: fix flaky invite_mailer_spec test (#35664) 2025-10-29 11:14:36 -04:00
rejection_mailer_spec.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
subscription_mailer_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
test_mailer_spec.rb
user_notifications_spec.rb FIX: allow custom email sender name via translation overrides (#40674) 2026-06-09 14:03:03 +04:00
version_mailer_spec.rb