We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to connect to Microsoft right now.
$server = 'outlook.office365.com'; $username = 'myusername'; $token = 'xxxxxxx'; require_once('./javanile/php-imap2/vendor/autoload.php'); $mbh = imap2_open($server, $username, $token, OP_XOAUTH2); if (!$mbh) { error_log(imap_last_error()); throw new \RuntimeException('Unable to open Google INBOX'); }
Now i get this error Undefined array key "host"
Undefined array key "host"
The problem is the content of $mailboxParts
$mailboxParts
Array Content:
Array ( [path] => Array ( [0] => utlook.office365.com ) [mailbox] => )
The text was updated successfully, but these errors were encountered:
Hi @KodaCHC , please refer to this examples for the exact Microsoft Outlook solutions
Sorry, something went wrong.
Merge pull request #4 from Elektroshop/main
1dd8d5e
from Elektroshop/php-imap2
KodaCHC
No branches or pull requests
I am trying to connect to Microsoft right now.
Now i get this error
Undefined array key "host"
The problem is the content of
$mailboxParts
Array Content:
The text was updated successfully, but these errors were encountered: