mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-18 22:05:43 +08:00
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. |
||
|---|---|---|
| .. | ||
| group_smtp_mailer_spec.rb | ||
| invite_mailer_spec.rb | ||
| rejection_mailer_spec.rb | ||
| subscription_mailer_spec.rb | ||
| test_mailer_spec.rb | ||
| user_notifications_spec.rb | ||
| version_mailer_spec.rb | ||