Fix MAIL_FROM_ADDRESS
in EmailSettingsCommand (#4648)
This commit is contained in:
parent
a2fb319ff5
commit
2ed7f1c912
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class EmailSettingsCommand extends Command
|
|||
$this->{$method}();
|
||||
}
|
||||
|
||||
$this->variables['MAIL_FROM'] = $this->option('email') ?? $this->ask(
|
||||
$this->variables['MAIL_FROM_ADDRESS'] = $this->option('email') ?? $this->ask(
|
||||
trans('command/messages.environment.mail.ask_mail_from'),
|
||||
$this->config->get('mail.from.address')
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue