diff options
author | Christoph Wickert <wickert@kolabsys.com> | 2013-10-03 14:24:40 (GMT) |
---|---|---|
committer | Christoph Wickert <wickert@kolabsys.com> | 2013-10-03 14:31:08 (GMT) |
commit | 51f7a5009b8864fae62b91dde02a9a8f715cb71b (patch) | |
tree | a7c7f068257f584bf4efb3091921165de7f70b48 | |
parent | 85ed59aad3aa32f9c9fd79b588a48198b3486ec0 (diff) | |
download | roundcubemail-plugins-kolab-roundcubemail-plugins-kolab-0.9.tar.gz |
Fix explanation of calendar_itip_smtp_serverroundcubemail-plugins-kolab-0.9
-rw-r--r-- | plugins/calendar/config.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/calendar/config.inc.php.dist b/plugins/calendar/config.inc.php.dist index fb642ec..1f27fb7 100644 --- a/plugins/calendar/config.inc.php.dist +++ b/plugins/calendar/config.inc.php.dist @@ -107,7 +107,7 @@ $rcmail_config['calendar_categories'] = array( // enable asynchronous free-busy triggering after data changed $rcmail_config['calendar_freebusy_trigger'] = false; -// SMTP username used to send (anonymous) itip messages +// SMTP server host used to send (anonymous) itip messages $rcmail_config['calendar_itip_smtp_server'] = null; // SMTP username used to send (anonymous) itip messages @@ -117,4 +117,4 @@ $rcmail_config['calendar_itip_smtp_user'] = 'smtpauth'; $rcmail_config['calendar_itip_smtp_pass'] = '123456'; -?>
\ No newline at end of file +?> |