comments
This commit is contained in:
parent
ffdeecdf0d
commit
2741f6968e
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue