Skip to content

[C2] Mail parameters swap #6758

@NicoDucou

Description

@NicoDucou

In SettingsCurrentFixtures.php in

we have :

            '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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions