mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
Add smtp conf from server
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user