mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Fix MAIL_FROM_ADDRESS
in EmailSettingsCommand (#4648)
This commit is contained in:
parent
a2fb319ff5
commit
2ed7f1c912
@ -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 New Issue
Block a user