We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e6da commit d19fe64Copy full SHA for d19fe64
dokuwiki/conf/local.php
@@ -25,5 +25,7 @@
25
$conf['breadcrumbs'] = 0;
26
$conf['youarehere'] = 1;
27
$conf['baseurl'] = 'https://wiki.php.net';
28
+$conf['plugin']['smtp']['smtp_host'] = 'mailout.php.net';
29
+$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
30
31
// end auto-generated content
0 commit comments