minor css bug, added dropper
This commit is contained in:
@@ -16,7 +16,7 @@ date_default_timezone_set($newTimezone);
|
||||
$imapDB = json_decode(config('app.settings.imap_settings'), true);
|
||||
|
||||
// Mailbox credentials
|
||||
$hostname = '{'.$imapDB['host'].':'.$imapDB['premium_port'].'/ssl}INBOX';
|
||||
$hostname = '{'.$imapDB['host'].':'.$imapDB['port'].'/ssl}INBOX';
|
||||
$username = $imapDB['username'];
|
||||
$password = $imapDB['password'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user