Share via

Problem sending emails to HOTMAIL and OUTLOOK and other Microsoft Consumer Email Systems

Bhanu Kalagara 0 Reputation points
2026-05-14T14:06:41.3266667+00:00

I am having issues sending emails from my IP address to HOTMAIL, LIVE AND OUTLOOK accounts..

Sending SMTP Server IP: 51.xxxx.64

I am getting the below error message [-- 55xxx7.1 Unfortunately, messages from [51.x.xx.64] weren't sent. Please contact your Internet service provider since part of their network is on our block list (S3150). You can also refer your provider to http://xxxxxx/mail/troubleshooting.aspx#errorsOpens in a new window; external.. [Name=Protocol Filter Agent][AGT=PFA][MxId=1xxxx4C] [CY4Pxxx2.naxxx3.prod.outlook.comOpens in a new window; external. 2026-05-13T16:10:33.416Z 08Dxxx85EBD] --] QUIT

Azure Virtual Network
Azure Virtual Network

An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.


2 answers

Sort by: Most helpful
  1. Sina Salam 29,106 Reputation points Volunteer Moderator
    2026-05-17T07:25:31.1+00:00

    Hello Bhanu Kalagara,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having issue sending mail to HOTMAIL and OUTLOOK and other Microsoft Consumer Email Systems.

    This is direct-to-recipient SMTP delivery from an Azure VM/NAT public IP with insufficient or degraded reputation, which Microsoft consumer mail systems may reject even when SMTP connectivity exists. Azure explicitly recommends authenticated SMTP relay (TCP 587) for reliable delivery and IP reputation management, noting that external providers can reject mail sent directly from VM IPs.

    Use the below resolution as best practice to resolve this:

    After switching to an authenticated relay and completing email authentication (SPF/DKIM/DMARC), deliverability typically stabilizes because mail no longer originates from the blocked IP and authentication signals are verifiable end-to-end.

    Use the below official resources for implementation details:

    I hope this is helpful! Do not hesitate to let me know if you have any other questions, steps or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    Was this answer helpful?

    0 comments No comments

  2. Vallepu Venkateswarlu 9,570 Reputation points Microsoft External Staff Moderator
    2026-05-14T20:00:45.89+00:00

    Hi @ Bhanu Kalagara,

    Welcome to Microsoft Q&A Platform.

    It looks like your SMTP IP (51.140.49.64) is being blocked by Microsoft’s consumer systems (Hotmail/Outlook) with an S3150 error. In other words, Microsoft has put that IP on a blocklist, so messages get bounced immediately. Here’s a checklist of things to try:

    Request delisting

    Switch to an authenticated relay on port 587

    • Azure blocks port 25 by default (unless you’re on an EA/MCA-E subscription with an exemption).
    • Use Azure Communication Services’ SMTP relay or a third-party service like SendGrid. These keep your IP reputation healthy.

    Verify network & DNS setup

    If you must use port 25, confirm your subscription type and run the “Port25BlockedInsights” diagnostic in the Azure portal under your Virtual Network > Diagnose and solve > Cannot send email (SMTP-Port 25).
    Check reverse DNS (PTR), SPF, DKIM, and DMARC for your sending domain. Microsoft often rejects mail if these aren’t correctly configured.

    Reference docs:

    1. Troubleshoot outbound SMTP on port 25: https://learn.microsoft.com/azure/virtual-network/troubleshoot-outbound-smtp-connectivity
    2. Port 25 enablement for EA/MCA-E: https://learn.microsoft.com/azure/nat-gateway/troubleshoot-nat-connectivity#outbound-connections-on-port-25-are-blocked
    3. Azure Communication Services SMTP relay: https://learn.microsoft.com/azure/communication-services/quickstarts/email/send-email-smtp/smtp-authentication
    4. Microsoft 365 consumer delist portal: https://sender.office.com/
    5. External senders troubleshooting (reverse-DNS, S3150, etc.): https://learn.microsoft.com/defender-office-365/external-senders-mail-flow-troubleshooting

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?

    0 comments No comments

Your answer

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