Outlook email IMAP and SMTP server errors

Hi everyone.
I want to create basic outlook integration and when receive a new email to make few things:

  1. filter emails
  2. branch the emails in different categories
  3. reply the once which have automation reply from my side
  4. prioritize the once who need direct

The problem I experience is with Connection failed with error {“response”:“3 NO LOGIN failed.”,“responseStatus”:“NO”,“responseText”:“LOGIN failed.”,“authenticationFailed”:true}

Getting This Error

IMAP login failure happens for one of these reasons:

  1. You’re using a regular password instead of an App Password (if 2FA is enabled).
  2. IMAP access is disabled in your Outlook/Microsoft account.
  3. Your Microsoft account is blocking less secure apps or basic authentication (even with the correct password).
  4. Using an alias email, not the actual mailbox email.

I am running chatGPT instructions but I fail. What can I do to start the platform?

Hello @simeonpredov , Welcome to the community :wave:,

If you are using an Outlook piece with custom OAuth2 credentials, make sure to add the 'User.Read', 'Calendars.ReadWrite', 'offline_access' scopes in the app.