unable to connect to IMAP #768
kingofcold
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am using office365 email address with app password and imap is enabled.
getting the below error when trying:
php bin/console uvdesk:refresh-mailbox [email protected]
Establishing connection with mailbox
Warning: imap_open(): Couldn't open stream {outlook.office365.com:993/imap/ssl}INBOX
0: Retrying PLAIN authentication after AUTHENTICATE failed.
1: Retrying PLAIN authentication after AUTHENTICATE failed.
2: Can not authenticate to IMAP server: AUTHENTICATE failed.
SMTP works fine, and UV desk able to send emails but email to ticket not working.
using latest ver of uvdesk on Ubuntu
PHP 8.1 and extensions are enabled.
imap_server:
tried host: outlook.office365.com, and outlook.office365.com:993, and outlook.office365.com:993/ssl
not sure what else to try
Beta Was this translation helpful? Give feedback.
All reactions