<?php

$lang['smtp_host'] = 'Your outgoing SMTP server.';
$lang['smtp_port'] = 'The port your SMTP server listens on. Usually 25. 465 for SSL.';
$lang['smtp_ssl']  = 'What kind of encryption is used when communicating with your SMTP Server?'; // off, ssl, tls

$lang['smtp_ssl_o_']      = 'none';
$lang['smtp_ssl_o_ssl']   = 'SSL';
$lang['smtp_ssl_o_tls']   = 'TLS';

$lang['auth_user'] = 'If authentication is required, put your user name here.';
$lang['auth_pass'] = 'Password for the above user.';

$lang['localdomain'] = 'The name to be used during HELO phase of SMTP. Should be the FQDN of the webserver DokuWiki is running on. Leave empty for autodetection.';

$lang['debug'] = 'Print a full error log when sending fails? Disable when everything works!';
