Skip to content
Snippets Groups Projects
Commit 0131bed3 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Optionally configure SMTP host in dokuwiki

Actually sending mails still requires the SMTP plugin.
parent 100fc6f6
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,7 @@ $conf['xsendfile'] = 0;
$conf['updatecheck'] = 0;
$conf['useacl'] = 1;
$conf['phpok'] = 0;
{% if item.mail_host is defined %}
$conf['plugin']['smtp']['smtp_host'] = '{{item.mail_host}}';
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment