mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14595] Added smtp_port where places where smtp_host exists.
PHPBB3-14595
This commit is contained in:
@@ -190,6 +190,7 @@ class install extends \phpbb\console\command\command
|
||||
$iohandler->set_input('email_enable', $config['email']['enabled']);
|
||||
$iohandler->set_input('smtp_delivery', $config['email']['smtp_delivery']);
|
||||
$iohandler->set_input('smtp_host', $config['email']['smtp_host']);
|
||||
$iohandler->set_input('smtp_port', $config['email']['smtp_port']);
|
||||
$iohandler->set_input('smtp_auth', $config['email']['smtp_auth']);
|
||||
$iohandler->set_input('smtp_user', $config['email']['smtp_user']);
|
||||
$iohandler->set_input('smtp_pass', $config['email']['smtp_pass']);
|
||||
|
Reference in New Issue
Block a user