Open viinodk opened 1 year ago
I am trying to open mailbox using imap library for outlook , below are the settings i used:
Open Mailbox host=outlook.office365.com user=xxxxx@officedomain.com password=*** is_secure=True
error as below:
error: b'LOGIN failed.'
Please advise
Hi. Try to login to your mailbox using the imaplib directly and see what happens: https://docs.python.org/3/library/imaplib.html#imap4-example
I am trying to open mailbox using imap library for outlook , below are the settings i used:
Open Mailbox host=outlook.office365.com user=xxxxx@officedomain.com password=*** is_secure=True
error as below:
error: b'LOGIN failed.'
Please advise