Forum Discussion
C_the_S
May 03, 2018Bronze Contributor
Outlook for Android Login Error
I have a user with an Android device trying to get Outlook for Android to work.
She has the latest version, we've uninstalled/rebooted/reinstalled, cleared all devices from her mailbox in O365, cleared cache, tried cell connection/Wifi, and we don't have any restrictive MDM or MAM rules.
When she tries to login it says "Login Error, The connection to your mail server timed out. Please check your mail settings." Unfortunately with the app you can't check the settings to verify and when she tries the Support Link it just spins and she can't get assistance.
Ideas?
- FarnerzCopper Contributor
Anyone still looking for a resolution for this. I have just encounted the same problem.
I have resolved by going to settings > apps > outlook > storage > clear cache
- DanielGarciaCPACopper ContributorI came accros this discussion page while trying to fix the "Login Error, The connection to your mail server timed out. Please check your mail settings."
I did not find the solution for my problem, but I thought I share how I fixed it.
I was trying to set up Outlook using a IMAP account, which is been hosted by Melbourne IT, but after a couple of days of no success, I was decided to set up a POP3 account. Once I had that done, I tried setting up the IMAP account again, and it worked. I then deleted the POP3 account.
Hope this helps someone else. - JeffnetCopper ContributorI too have had this issue with a user. It was a couple of attributes on their mailbox.
Open powershell and connect to Exchange Online.
Run the following commands:
First check if either or both 'OutlookMobileEnabled' or 'MacOutlookEnabled' attributes are set to false:
Get-CASMailbox <UserPrincipalName> | fl *outlook*Enabled*
If either or both are run the following commands:
set-CASMailbox <UserPrincipalName> -OutlookMobileEnabled $true
set-CASMailbox <UserPrincipalName> -MacOutlookEnabled $true
Be aware it does take some time to apply. I ran it late in the day and confirmed it worked the following morning.
Instructions how to connect to Exchange online below:
https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps - Hitender365Copper ContributorLogin to your outlook web mail, using chrome on your phone. Once you successfully login through the web browser on your mobile it will show an option on the bottom of your browser screen, "Add outlook to your home screen", click on it and it will download/install outlook on your phone, and it wont ask for credentials.
Let me know if it works for you.- kathy2343Brass ContributorI've tried the various suggestions that apply to me as an individual, personal user and they didn't work, but I found a solution that solved half of my problem. Using the Samsung Smart Switch app to transfer data from my phone to my tablet made my contacts sync to the tablet's phone/contacts app. Still didn't bring over my calendar except in the Outlook app.
Obviously, that will work only for Samsung users, but it's at least one possibility.
- aaronneezyCopper ContributorDisconnect your internet or wifi if using a work wifi and use an open wifi from a network service provider either than a work wifi
- kathy2343Brass Contributor
I'm having a similar (or the same?) problem on my Samsung tablet. I've tried everything I know to set up my Outlook account under Settings/Accounts, without success. Either I'm asked for domain and server info that I don't have, or I try to sign in as an Outlook account and get a "server timeout" error.
I deleted all MS apps, reinstalled Outlook, and signed in there. But the account doesn't appear in the Settings/Accounts listing, so my contacts and calendar appear in the Outlook app but not in the tablet's own People or Calendar app.
I can limp along using the Outlook app, but sometimes I'd prefer to use the native Samsung ones. Would appreciate any suggestions.
- Win_Htet_AungCopper Contributor
Anyone who till have issue concerning outlook in android, please try to login as shown in picture by Mike_86 .
I just tried it as the way he said and now I am able to login.
Just use yourfirstname@domain.com instead of yourfirstname.yourlastname@domain.com .
- LuciaNavarroCopper Contributor
2021 here and I encountered this error I tried login in as firstname@domain.com but not working Im really close on just giving up
- stevenpsiuCopper ContributorI am having this same issue with our O365 tenant which was discovered last Friday. The issue seems to only happen with Outlook clients, as I was able to add a mailbox to Samsung Email app.
Its really frustrating as EXO support don't know what to do, and Outlook in-app support is slower than sloths.
Appreciate if anyone found anything.
- Craig69Copper Contributor
C_the_S I have not been successful with using Outlook on an Android for the past few years. Microsoft only seams to support the most standard email systems. I have never had issues using the Samsung email client and don't even bother with Outlook on an Android as it has nothing but bugs and issues unless you are connecting to a Microsoft Exchange account. I have moved all my customers over to the Samsung app as I never get calls about email not working as I was getting with Outlook. Use the Apple email app on an iPhone. Don't even think about using Outlook.
- Berki7867Copper ContributorI clicked the question mark icon in the top right and changed the provider to pop 3 and it worked.
I think you just have to ensure you are using the right provider. - Robert_BnCopper Contributor
Hi
Have you tried the PowerShell command below?
# Get-CASMailbox -Identity "User.Name@YourDomain.com" | Select-Object *find the lineOutlookMobileEnabledIf you have a 'False' value change it. use the command:Set-CASMailbox -Identity "User.Name@YourDomain.com" -OutlookMobileEnabled $trueAfter change wait at least 15 minutes to test, sometimes you can wait up to a 1hThis setting is not visible at the GUIThat helps me, hope will sort your issue.Regards- C_the_SBronze Contributor
Guess you didn't read my post from 10/31 that newer versions of the app fixed the issue.
Unfortunately in these forums you can't mark something as "solved/answered."
- RP_INDCopper ContributorI've recently started to face this issue. Maybe the latest version (Oct'21), is again having this issue. 😞
Please let me know if anyone is able to solve this issue, otherwise I have to just keep waiting for the next Outlook update. Unfortunately, my official emails and calendar cant be configured in any other app, so I could not access them at all till then. 😞