aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2016-05-15 10:17:01 +0200
committerTristan Darricau <github@nicofuma.fr>2016-05-15 10:17:01 +0200
commit40a00bd4e550c449612d56acf75ceec3a5df7bc3 (patch)
tree018351f6b892a0ec6bfd43fd0e0a4cf0fb6f9350 /phpBB/docs
parent961ffee6844b44b306fa1fb1f6e2a0e958638896 (diff)
parent9c34594bc374eeeca5d79afe2d3fdffae0cd1553 (diff)
downloadforums-40a00bd4e550c449612d56acf75ceec3a5df7bc3.tar
forums-40a00bd4e550c449612d56acf75ceec3a5df7bc3.tar.gz
forums-40a00bd4e550c449612d56acf75ceec3a5df7bc3.tar.bz2
forums-40a00bd4e550c449612d56acf75ceec3a5df7bc3.tar.xz
forums-40a00bd4e550c449612d56acf75ceec3a5df7bc3.zip
Merge pull request #4319 from derekheld/ticket/14595
[ticket/14595] Installer will now ask for a SMTP port as part of email setup. * derekheld/ticket/14595: [ticket/14595] Added smtp_port where places where smtp_host exists. PHPBB3-14595 [ticket/14595] Added SMTP port to getConfigTreeBuilder PHPBB3-14595
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/install-config.sample.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/install-config.sample.yml b/phpBB/docs/install-config.sample.yml
index d49e322a1f..47c0324599 100644
--- a/phpBB/docs/install-config.sample.yml
+++ b/phpBB/docs/install-config.sample.yml
@@ -22,6 +22,7 @@ installer:
enabled: false
smtp_delivery : ~
smtp_host: ~
+ smtp_port: ~
smtp_auth: ~
smtp_user: ~
smtp_pass: ~