Add smtp conf from server

This commit is contained in:
Niklas Keller
2023-03-23 21:10:45 +01:00
parent 423e6da786
commit d19fe6497b

View File

@ -25,5 +25,7 @@ $conf['send404'] = 1;
$conf['breadcrumbs'] = 0;
$conf['youarehere'] = 1;
$conf['baseurl'] = 'https://wiki.php.net';
$conf['plugin']['smtp']['smtp_host'] = 'mailout.php.net';
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
// end auto-generated content