Update sample.config.php

This commit is contained in:
disposable-mailbox 2021-12-12 23:47:18 +01:00 committed by GitHub
parent 3a881d1b54
commit 90cd5aa0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ error_reporting(0);
$config['imap']['url'] = '{imap.example.com:993/imap/ssl}INBOX';
$config['imap']['username'] = "myuser";
$config['imap']['password'] = "mypassword";
##### Wichtig: Important: #####
##### Konfigurationsdaten nicht auf GitHub speichern - oder Repository auf Privat stellen!
##### Do not save configuration data on GitHub - or set repository to private!
// For gmail you can use '{imap.gmail.com:993/imap/ssl}INBOX'
// and follow the troubleshooting at: