mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:17:58 +02:00
[ticket/14595] Added SMTP port to getConfigTreeBuilder
PHPBB3-14595
This commit is contained in:
@ -93,6 +93,9 @@ class installer_configuration implements ConfigurationInterface
|
||||
->scalarNode('smtp_host')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_port')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_auth')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
|
Reference in New Issue
Block a user