This commit is contained in:
Synox 2016-07-03 20:21:11 +02:00
parent ffdeecdf0d
commit 2741f6968e

View file

@ -12,4 +12,6 @@ $config['imap']['host'] = "localhost";
$config['imap']['url'] = '{' . $config['imap']['host'] . '/imap/ssl}INBOX';
$config['imap']['username'] = "test";
$config['imap']['password'] = "test";
// email domain, usually different from imap hostname:
$config['mailHostname'] = "example.com";