an error keeps popping up and mail doesn't go for some time MAP: Can not authenticate to IMAP server: Could not connect to ssl://outlook.office365.com:993: Connection timed out
an error keeps popping up and mail doesn't go for some time MAP: Can not authenticate to IMAP server: Could not connect to ssl://outlook.office365.com:993: Connection timed out
Leave a message in this thread and the user's contacts will be shown to you
This error constantly pops up, either for one email or for another connected to the box, and the mail doesn't go through for some time
[file]23324[/file]
MAP: Can not authenticate to IMAP server: Could not connect to ssl://outlook.office365.com:993: Connection timed out
[file]23324[/file]
[file]23324[/file]
This error constantly pops up, either for one email or for another connected to the box, and the mail doesn't go through for some time
MAP: Can not authenticate to IMAP server: Could not connect to ssl://outlook.office365.com:993: Connection timed out
Most likely, the mailer bans you once in a while, then unbans you. Turn off the limits on the number of connections or requests in the mailer and in theory everything will be ok
Most likely, the mailer bans you once in a while, then unbans you. Turn off the limits on the number of connections or requests in the mailer and in theory everything will be ok
Leave a message in this thread and the user's contacts will be shown to you
why does it ban? we are currently testing only 2 email addresses and a minimum number of letters in one application outlook.office365.com. Our outlook.office365.com is connected to other systems and does not ban them. Mail flies back and forth in 2-3 minutes in large volumes. And during tests the box can’t even handle 2 emails with several letters? Box definitely doesn't have any problems integrating with outlook.office365.com? Are there any clients for whom the mail in the box on outlook.office365.com works as it should?
why does it ban? we are currently testing only 2 email addresses and a minimum number of letters in one application outlook.office365.com. Our outlook.office365.com is connected to other systems and does not ban them. Mail flies back and forth in 2-3 minutes in large volumes.
And during tests the box can’t even handle 2 emails with several letters?
Box definitely doesn't have any problems integrating with outlook.office365.com?
Are there any clients for whom the mail in the box on outlook.office365.com works as it should?
In support https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040 they write that there is such an error when you configure mail parsing in several places at the same time. Accordingly, you need to do the steps indicated there and try to fix the error.
[file]23326[/file]
[file]23326[/file]
We have mail parsing only in OneBox, from your link https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outloo... when configuring the system in the mail client. In our case, we use the MS Graph API.
Let's look at your connection settings. That is, I need at least a link to the box. There are no restrictions on outgoing connections on the server itself, VPN or anything similar that can affect outgoing requests?
Let's look at your connection settings. That is, I need at least a link to the box.
There are no restrictions on outgoing connections on the server itself, VPN or anything similar that can affect outgoing requests?
1)https://euroizol.1b.app/app/imap-new/settings/
2) There are no restrictions on the Exchange online mail server, we connect via the MS Graph application
3) When connecting to the SNTP service, you are automatically assigned the address smtp.office365.com, but if you look at learn microsoft, it should be different https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth
Do you have validation in your code and are you reading the token from there?
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again. Authorization will occur after saving the mail settings in the box
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again.
Authorization will occur after saving the mail settings in the box
Leave a message in this thread and the user's contacts will be shown to you
why can't the box admin add employees' emails from his account and connect them to the contact center? does each employee need to log into his account and set up his email via the app https://euroizol.1b.app/app/email/?
why can't the box admin add employees' emails from his account and connect them to the contact center? does each employee need to log into his account and set up his email via the app https://euroizol.1b.app/app/email/?
Shchetkin Moshe wrote: why can't the box admin add employees' emails from his account and connect them to the contact center? does each employee need to log into his account and set up his email via the app https://euroizol.1b.app/app/email/?
OAuth is an authorization standard (scheme) that provides a third party with limited access to a user's protected resources without transmitting the user's login and password to the third party. Well, this is exactly the principle by which oauth works) You must log in as the required user and provide access to your "resource" instead of entering a password.
[quote]
Shchetkin Moshe wrote:
why can't the box admin add employees' emails from his account and connect them to the contact center? does each employee need to log into his account and set up his email via the app https://euroizol.1b.app/app/email/?
[/quote]
OAuth is an authorization standard (scheme) that provides a third party with limited access to a user's protected resources without transmitting the user's login and password to the third party.
Well, this is exactly the principle by which oauth works) You must log in as the required user and provide access to your "resource" instead of entering a password.
Leave a message in this thread and the user's contacts will be shown to you
Log in as the email owner first for a.svyrydenko, then log out of the account, go to sales and log in again didn’t help now IMAP: Can’t authenticate to IMAP server: AUTHENTICATE failed.
Log in as the email owner first for a.svyrydenko, then log out of the account, go to sales and log in again
didn’t help now IMAP: Can’t authenticate to IMAP server: AUTHENTICATE failed.
Leave a message in this thread and the user's contacts will be shown to you
let him cook
OneBox production wrote:
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again.
Authorization will occur after saving the mail settings in the box
Please tell me - IMAP: Can not authenticate to IMAP server: AUTHENTICATE failed means that the problem is with incorrect data (login, password, directory ID (Microsoft Outlook)?
[quote]
[file]23334[/file]
let him cook
[file]23334[/file]
OneBox production wrote:
[file]23334[/file]
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again.
[file]23334[/file]
Authorization will occur after saving the mail settings in the box
[file]23334[/file]
[/quote]
[file]23334[/file]
Please tell me - IMAP: Can not authenticate to IMAP server: AUTHENTICATE failed means that the problem is with incorrect data (login, password, directory ID (Microsoft Outlook)?
[file]23334[/file]
[file]23334[/file]
Leave a message in this thread and the user's contacts will be shown to you
Bolotyan Yuri Alexandrovich
SheBo wrote:
let him cook
OneBox production wrote:
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again.
Authorization will occur after saving the mail settings in the box
Please tell me - IMAP: Can not authenticate to IMAP server: AUTHENTICATE failed means that the problem is with incorrect data (login, password, directory ID (Microsoft Outlook)?
thank you
[quote]
[file]23334[/file]
Bolotyan Yuri Alexandrovich
[file]23334[/file]
SheBo wrote:
[file]23334[/file]
[quote]
[file]23334[/file]
let him cook
[file]23334[/file]
OneBox production wrote:
[file]23334[/file]
The same authorization was passed for the mails a.svyrydenko and sales and absolutely identical access tokens were received, therefore the second one works and the first one does not. That is, authorization was made from one account for different mails, which as far as I understand is incorrect. I reset the access keys for both mails. Authorize under the owner of the mail first for a.svyrydenko, then log out of the account, go to sales and authorize under it again.
[file]23334[/file]
Authorization will occur after saving the mail settings in the box
[file]23334[/file]
[/quote]
[file]23334[/file]
Please tell me - IMAP: Can not authenticate to IMAP server: AUTHENTICATE failed means that the problem is with incorrect data (login, password, directory ID (Microsoft Outlook)?
[file]23334[/file]
[file]23334[/file]
[/quote]
[file]23334[/file]
thank you
[file]23334[/file]
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up