When using Outlook IOS or Android app. can't send new mail. Will receive & reply fine. MS Exchange.

Mukamba, Kelvin 0 Reputation points
2024-09-26T12:06:53.2266667+00:00

EasSendFailedPermanentException: An EAS Send command failed: The EAS command failed with Status MailSubmissionFailed, Code ='120' and HttpStatus OK. --> The EAS command failed with Status MailSubmissionFailed, Code ='120' and HttpStatus OK.

Failure code: e566

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,615 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jake Zhang-MSFT 5,290 Reputation points Microsoft Vendor
    2024-09-27T07:10:21.7533333+00:00

    Hi @Mukamba, Kelvin,

    Welcome to the Microsoft Q&A platform!

    Based on your description, you are getting the error message EasSendFailedPermanentException when sending emails from the Outlook app on your mobile device. This error indicates a problem with the Exchange ActiveSync (EAS) protocol.

     

    You can try a few steps to fix this:

     

    1. Make sure the User Principal Name (UPN) matches the user's primary SMTP address. You can check this with the following PowerShell command:
    Get-Mailbox <username> | fl UserPrincipalName,PrimarySmtpAddress
    

    If they don't match, update the UPN to match the primary SMTP address.

    1. Make sure the ActiveSync mailbox policy is configured correctly. Sometimes setting the refresh interval to unlimited can help:
    Set-ActiveSyncMailboxPolicy -Identity <PolicyName> -RefreshInterval Unlimited
    
    1. Delete and re-add the email account on your mobile device. This can help reset any sync issues.
    2. Make sure the Outlook app on both iOS and Android devices is updated to the latest version.
    3. Make sure your Exchange server settings are configured correctly and there are no connectivity issues.

    Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.

    Best,

    Jake Zhang

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.