From d3380b60523617e4774eed0fca37f93712680692 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Mon, 9 Jan 2017 16:24:16 +0100 Subject: [PATCH] Put back line removed accidentally in 5db83ee04d7064da47afb9375046ae9999183868 --- config/config.inc.php.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.inc.php.sample b/config/config.inc.php.sample index 2c3e5671d..f466d5631 100644 --- a/config/config.inc.php.sample +++ b/config/config.inc.php.sample @@ -42,6 +42,7 @@ $config['default_host'] = 'localhost'; // SMTP server host (for sending mails). // Enter hostname with prefix tls:// to use STARTTLS, or use // prefix ssl:// to use the deprecated SSL over SMTP (aka SMTPS) +// Supported replacement variables: // %h - user's IMAP hostname // %n - hostname ($_SERVER['SERVER_NAME']) // %t - hostname without the first part