-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
In SettingsCurrentFixtures.php in
'mail' => [ |
'mail' => [
[
'name' => 'mailer_from_name',
'title' => 'Send all e-mails from this e-mail address',
'comment' => 'Sets the default email address used in the "from" field of emails.',
],
[
'name' => 'mailer_from_email',
'title' => 'Send all e-mails as originating from this (organizational) name',
'comment' => 'Sets the default display name used for sending platform emails. e.g. "Support team".',
],
The title and comment of mailer_from_name y mailer_from_email are inverted
we need a migration to set them correctly.