mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17135] Remove SMTP auth method option
Symfony Mailer handles SMTP auth method internally. PHPBB3-17135
This commit is contained in:
@@ -97,9 +97,6 @@ class installer_configuration implements ConfigurationInterface
|
||||
->scalarNode('smtp_port')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_auth')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_user')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
|
Reference in New Issue
Block a user